This is an experiment where I rebuilt the Quarto board game using a binary representation.
I also experimented with Rsbuild and Jujutsu version control system.
Install the dependencies:
pnpm installStart the dev server:
pnpm devBuild the app for production:
pnpm buildPreview the production build locally:
pnpm preview