dashboard/docs
alemi 8e29b59c35
feat: committing current state
Committing current state, which is a simple full
screen plot with some basic features. It compiles
for both native and web. There's a basic generic
datasource impl. It currently plots random data for demo.
2022-06-03 02:03:37 +02:00
..
favicon.ico feat: committing current state 2022-06-03 02:03:37 +02:00
icon-256.png feat: committing current state 2022-06-03 02:03:37 +02:00
icon-1024.png feat: committing current state 2022-06-03 02:03:37 +02:00
icon_ios_touch_192.png feat: committing current state 2022-06-03 02:03:37 +02:00
index.html feat: committing current state 2022-06-03 02:03:37 +02:00
manifest.json feat: committing current state 2022-06-03 02:03:37 +02:00
maskable_icon_x512.png feat: committing current state 2022-06-03 02:03:37 +02:00
plotter.js feat: committing current state 2022-06-03 02:03:37 +02:00
plotter_bg.wasm feat: committing current state 2022-06-03 02:03:37 +02:00
README.md feat: committing current state 2022-06-03 02:03:37 +02:00
sw.js feat: committing current state 2022-06-03 02:03:37 +02:00

This folder contains the files required for the web app.

The reason the folder is called "docs" is because that is the name that GitHub requires in order to host a web page from the master branch of a repository. You can test the eframe_template at https://emilk.github.io/eframe_template/.