forked from MapComplete/MapComplete
Merge branch 'develop'
This commit is contained in:
commit
93e16b0aa8
9 changed files with 153 additions and 38 deletions
|
@ -85,6 +85,8 @@ To develop:
|
|||
0. Make a fork and clone the repository.
|
||||
1. Install `npm`. Linux: `sudo apt install npm` (or your favourite package manager), windows: install nodeJS: https://nodejs.org/en/download/
|
||||
2. Run `npm install` to install the dependencies
|
||||
3. Download the editor layer index: `cd assets/ && wget https://osmlab.github.io/editor-layer-index/imagery.geojson --output-document=editor-layer-index.json`
|
||||
|
||||
3. Run `npm run start` to build and host a local testversion
|
||||
4. By default, the 'bookcases'-theme is loaded. In order to load another theme, use `layout=themename` or `userlayout=true#<layout configuration>`. Note that the custom URLs (e.g. `bookcases.html`, `aed.html`, ...) _don't_ exist on the development version. (These are automatically generated from a template on the server).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue