- Clone Repository
git clone [email protected]:COG1-Interactive/Quest-Love.git
- Run
npm install
- You can either set the environment variable permanently
NODE_ENV=development
- or simply run the node app passing the environment variable
sudo NODE_ENV=development node app