Built on Svelte 4.
./live.sh
is probably all you want to use (it'll take care of setup).
Other commands to know:
# install dependencies
bun install
# start dev server
bun run dev
# production build
bun run build
firebase serve # or `bun run preview` without firebase login
Merging to master will deploy the latest state of the repository to the live channel.