How to Setup Project:
- Open terminal
- cd into workspace folder
- Enter "git clone https://github.com/chenaaron3/Gride.git"
- Open local terminal
- Run "npm install" to install node_modules
How to Run Project:
- Open a local terminal
- Run "npm run dev"
- Open localhost:3000 in browser
How to Update code from Github:
- Open a local terminal
- Run "git pull origin master"
How to Update code to Github:
- Open a local terminal
- Run "git add ." to add all files that you changed
- Run "git commit -m "message here"" to specify your changes
- Run "git push origin master" to update the github files