The web frontend of the Delphinus project.
It uses Sveste and Material Lite.
npm install
npm run build
This will bundle the frontend, gzip it and copy it over to the data
folder so it can be uploaded to the microcontroller's FS. See main instructions.
npm run start:dev
This will start a web server on localhost:5000.