Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 966 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 966 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 .