Requirements: Please have the following installed: - node js - npm - git
Instructions
-
git pull upstream master -
cd <project directory> -
Install dependencies:
npm install -
Copy the
.env.examplefile and create a file called.envin your root structure -
grab the needed variables in
.envfrom Firebase -
Run the local server do:
npm start- the listen function is inbin/www -
Go to:
htttp://localhost:4000