From 2f42b77c2f651fc071a30ae5255a281508c1f938 Mon Sep 17 00:00:00 2001 From: Ralf Hauser Date: Sat, 21 Mar 2020 19:16:07 +0100 Subject: [PATCH] https://github.com/water-fountains/datablue/issues/47 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5909dab1..717a32b4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The project is open source under the GNU Affero General Public License, with a p 3. Open a command line in the local project directory - Install required node packages by running `> npm install`. If you update the project with `> git pull`, be sure to run npm `> npm install` again to update all packages. + - run `> npm run locations` and `> npm run fountain_properties` to replicate the two constants files from datablue - Launch the server by running `npm run start`. You can view the application by navigating to http://localhost:4200. The app will automatically reload if you change any of the source files. # Testing