From 79e97c771f09bcca414d7eb3e68376357518a3ae Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 24 May 2022 19:08:22 -0500 Subject: add notes.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8a6bf59..54bcc0e 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.1