- sketches: Your sketches go here. It also contains some samples to get started.
- shared: Shared scripts used in multiple sketches.
To start working, run a dev server (e.g. VS Code Live Server) from the root repository folder (where this README.md is), and open the url shown.
Run a sketch by opening the corresponding folder, as it is relative to the root repository folder. E.g. to run the sample-springs sketch sketch, go to http://localhost:5500/sketches/sample-springs.
Duplicate an existing sketch in sketches.
To run multiple sketches in a sequence, add or change the paths in sequence.json and open the root of the website (e.g. http://localhost:5500)
Check the sample-sequence-#
sketches for how to change between the sketches.