Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 449 Bytes

Built on Svelte 4.

Develop

./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

Deploy

Merging to master will deploy the latest state of the repository to the live channel.