Node Js democrasee project
FIRST TIME SET UP:
install node https://nodejs.org/en/download/
install GitHub desktop https://desktop.github.com/
install Sublime Text https://www.sublimetext.com/
use GitHub desktop to Clone this repository
Open terminal (in your Finder > Apps > Utilities > Terminal) Check node version: node -v
navigate to where you installed the GitHub repository
list your files/folders in terminal: ls
go into directory: cd Democrasee
go outside of directory: cd ../
so when in main github repo run: cd functions
once you are in functions of repo: npm install
DEPLOYING:
in /Democrasee/functions to push to live website use firebase deploy