GENERAL NOTE
- Production server is running Dokku for deployment
- Keep
nodemon.example.jsonin sync withnodemon.json- To add team member's information, just edit team.json file
- Do run
npm testbefore sending PR or merging your commits
git pull [email protected]:nebulis-io/website.git
cd website
npm run setup
cp nodemon.example.json nodemon.json
Edit nodemon.json file and add MONGO_URL and YAR_PASSWORD.
npm run dev
Visit http://localhost:8000