My personal dumping ground for misc three.js sketches.
https://sketches.isaacmason.com
Prerequisites:
- bun (https://bun.sh) installed
- pnpm (https://pnpm.io) installed
Install dependencies
pnpm installDevelopment server
This repository has a development server that supports starting sketches / sub-projects lazily. To start the development server, run:
pnpm run devBuild
This build script builds all sketches / sub-projects and the container app. To build, run:
pnpm run build