This place is neighborhood social network, in which you can share your thoughts, ideas, and experiences.
Clone the project
git clone https://github.com/DamianKocjan/hackheroes-2022
Go to the project directory
cd hackheroes-2022
Install dependencies
npm install
Set environment variables
- copy contents of
.env-example
to.env
- fill variables
Run project
npm run dev