Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 983 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 983 Bytes

Generative Animated Art algorithms

Dependencies

Install the dependencies

bun install

Run locally

bun run dev

Build for production

Build for production with:

bun run build

...it will create a production build in ./dist folder.

You can then preview the production build with:

bun run preview

Format and lint code with Biome

Lint AND format with:

biome check --write .