We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8aecb2 + d06ac96 commit a45f63cCopy full SHA for a45f63c
README.md
@@ -42,6 +42,15 @@ project is still required.
42
6. Point your browser at /mr3 on your server (e.g.
43
`https://maproulette.mydevserver.com/mr3`) to bring up the front-end.
44
45
+### Updating to the Latest Code
46
+
47
+> Note that the [maproulette2](https://github.com/maproulette/maproulette2)
48
+> backend (scala) server must be updated separately, if desired.
49
50
+1. Stop your front-end server (ctrl-c) if it's running.
51
+2. Pull the latest code
52
+3. `yarn` to install new or updated NPM packages
53
+4. `yarn run start` to restart the front-end server.
54
55
### Staging/Production build:
56
0 commit comments