Skip to content

commaai/website

Repository files navigation

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.