diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ an interactive map-creation tool running ------- -bluerose is a standalone webapp written in vanilla js; as such, you should be able to just open `index.html` in a web browser and use it. +bluerose is written in vanilla js and doesn't require any building. Simply spin up a web server (I recommend python3's `http.server`) and load `index.html`! To run the tests: |