Dan test
The Crafty Science website, which is here, is mostly a very simple static site and does not require even basic JS. However, the very nice framework Svelte is used to handle retrevial of sensor data, providing pseudo real-time updates.
To build the website into directory dist
:
npm install
npm run build
For development:
npm install
npm run dev
and open http://localhost:5173/.
© 2023 Benedict R. Gaster (cuberoo_)
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.