Update README.md

This commit is contained in:
buffbears 2021-03-23 14:15:28 -04:00 committed by GitHub
parent 6ff8135bfc
commit 3655422630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Weatherscan simulation in HTML/JS/CSS
Remade with Openweathermaps api
## Running locally
1. Create Openweathermaps and Mapbox API keys
1. Create OpenWeatherMaps (https://openweathermap.org/api) and Mapbox (https://mapbox.com) 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.