Welcome! Build on this, hack on this and improve on it!
We use yarn or npm.
Install dependencies
# npm
npm install
# yarn
yarn install
Start the server
# npm
npm run start
# yarn
yarn start
To run this project, you will need to add environment variables. Check the .env.example
file for all the environment variables required and add it to .env.local
file or set them up on your hosting provider.