This is the web app served up by the ESP8266 for Disaster Radio + the simulator web server.
npm install
cp settings.js.example settings.js
The first time you build you need to do:
npm run build-css
npm run build # build the js and css
npm start # run the simulator server
Then in a browser open http://localhost:8000/
npm run dev # starts simulator server and auto-builder
After building with npm, the web app can be uploaded with make flash_fs
from repository root