We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19dedb1 + 723d97c commit 47a9c51Copy full SHA for 47a9c51
README.md
@@ -8,8 +8,8 @@ A web version of PyMapManager
8
* `git submodule init`
9
* `git submodule update`
10
* Install [NodeJs](https://nodejs.org/en)
11
-* Run `npm install` to install dependencies
+* Run `yarn install` to install dependencies
12
13
## Running WebMapManager
14
-* Run `npm start` to run the application
+* Run `yarn start` to run the application
15
* Open [http://localhost:3000](http://localhost:3000) to view it in the browser (Tested on Google Chrome).
0 commit comments