- Check email and accept invitation
- Clone the repo
- Open terminal in that directory
- run the command:
git checkout development
git add .
git commit -m ""
git fetch
git pull origin development
git push origin development
- confirm have
.env
file with these environment variableDATABASE_URL= JWT_SECRET_KEY=
- Dev Server :
npm run start:dev
- Production Server :
npm run start