Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 483 Bytes

Quest Educational Platform

Installation Notes

  1. Clone Repository
    git clone git@github.com:COG1-Interactive/Quest-Love.git
  2. Run
    npm install

Running Locally

  1. You can either set the environment variable permanently
    NODE_ENV=development
  2. or simply run the node app passing the environment variable
    sudo NODE_ENV=development node app