Skip to content

Commit a45f63c

Browse files
authored
Merge pull request #98 from nrotstan/add-updating-code-to-readme
Add to README a section on updating project code.
2 parents b8aecb2 + d06ac96 commit a45f63c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ project is still required.
4242
6. Point your browser at /mr3 on your server (e.g.
4343
`https://maproulette.mydevserver.com/mr3`) to bring up the front-end.
4444

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.
4554

4655
### Staging/Production build:
4756

0 commit comments

Comments
 (0)