Skip to content

bolinocroustibat/cellular-automatons

Repository files navigation

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 .