Requirements:
- Mise en place - for installing the enviroment programs needed or you could use the system packages like from apt, dnf or pacman to install the tooling if you like
To install environment using Mise en place you can run this command:
mise installTo run the developer environment:
mise run devor if you wan't to use bun tooling without Mise
bun run devTo preview the build:
mise run previewor if you wan't to use bun tooling without Mise
bun run build && bun run preview