- Install NodeJS runtime and Visual Studio Code MUST-HAVE
- Download repository and unzip
geograde. - Right-click on
geogradefolder (that contains project files) and clickOpen with Code. - Open a new terminal in
VSCode. Go the toolbar (top-left), clickTerminaland within the dropdown menu, clickNew Terminal.
- Install NodeJS runtime and Visual Studio Code MUST-HAVE
- Open GeoGrade folder in VSCode
- Run command
npm install. This will install all necessary npm packages. - Run command
npm run start. This will run a complied version of the app. OR runnpm run devto run a dev version. - Go to localhost:3000 on your browser to see the website.
The API we use requires a PAGE REFRESH when you first start the website, so please refresh the page when you first launch it.