This is a React-App for the front end of the snowlines project.
- Install git
- Add ssh key pair instructions
- Install Node.js
- Open git bash and navigate to where you want to save the file
cd yourlocation
- Clone the repo
git clone [email protected]:JamesRunnalls/frontend-snowlines.git
- Enter the folder
cd frontend-snowlines
- Run
npm i
- Run
npm start
the site should open automatically