🧪 Labs: 🏠 for all my learning
- ✨ Bootstrapped with Create Snowpack App (CSA).
- ✨ A lot of code samples are inspired by Nature of Code
- ✨ Recreation of Challenges published by Daniel Shiffman
- Publish as a GH page
- Integrate
p5.js
withsvelte
to create a Canvas component that responds to resizing - Configure 3D / WebGL
- Use tailwind for styling and responsive layout
- typescript typings
-
minimize p5js
-
configure rollup bundle
For the best production performance: Add a build bundler plugin like snowpack-plugin-rollup-bundle to
snowpack.config.json
config file.
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!