Update README.md

This commit is contained in:
buffbears 2021-03-23 11:15:51 -04:00 committed by GitHub
parent 2f820d6e30
commit ecd5aac507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -3,10 +3,11 @@ Weatherscan simulation in HTML/JS/CSS
Remade with Openweathermaps api
## Running locally
1. Download & Install [node.js LTS](https://nodejs.org/en/)
2. In terminal, run `npm install --production` in the root folder of this project. This will install any dependencies.
3. In terminal, run `npm start` in the root folder of this project. This will start a local web server.
4. Follow the link in the console output.
1. Create Openweathermaps and Mapbox API keys
2. Download & Install [node.js LTS](https://nodejs.org/en/)
3. In terminal, run `npm install --production` in the root folder of this project. This will install any dependencies.
4. In terminal, run `npm start` in the root folder of this project. This will start a local web server.
5. Follow the link in the console output.
## Development
This project uses gulp to compile SASS to CSS.