From 2fe33e8817b9d45a78c8983a6b263259e509dc53 Mon Sep 17 00:00:00 2001 From: Connor Hackenberg <43685307+MapGuy11@users.noreply.github.com> Date: Sat, 29 Oct 2022 21:44:40 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a94447..06b5435 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,12 @@ Visit https://weatherscan.tk/?long_island for a demo If you would like to donate to this project visit here: https://opencollective.com/weather-ranch -## Running locally +## Stay up to date (Visit the Discord Server): +https://discord.gg/4TpAsRtsAx + +##Installation Instructions: + +## Running locally: 1. Download & Install [node.js LTS](https://nodejs.org/en/) 2. Get weather.com and mapbox.com API keys. 3. Navigate to `/webroot/js` and open `config.js`. @@ -16,6 +21,3 @@ https://opencollective.com/weather-ranch 6. In terminal, run `npm install --production` in the root folder of this project. This will install any dependencies. 7. In terminal, run `npm start` in the root folder of this project. This will start a local web server. 8. Follow the link in the console output. - -## Development -Install the simulator like normal.