- An npm package using the Svelte web framework with Vite to bundle source and asset files.
- Uses gl-matrix for linear algebra.
- Licensed under the Mozilla Public License 2.0
- Created as a University of Nottingham group project
- Install node.
- In the project directory, run
npm installto install dependencies.
- Use
npm run dev. This will serve the website locally with hot reloading1.
- Use
npm run test.
- Use
npm run buildto build the project, this will create a bundle indist/. - Use any web server to serve the files in
dist/. An easy way to do this locally is usingnpm run preview.
Footnotes
-
When you save changes in the project directory, the program will automatically reload the webpage in your browser reflecting those changes. ↩