frank.gairal.rocks Svelte App 
A PWA built with TypeScript, Svelte, Vite, Vitest, bun, biome and ❤️
# clone the repo
git clone [email protected]:gairal/frank-fo-svelte.git
# enter the repo directory
cd frank-fo-svelte
# install the dependencies
bun i
# start the vite process
bun start
# access the app on http://localhost:3000bun run build: bundles the app for productionbun dev: launches a vite watcherbun lint: lints the whole sources and tests with biomebun start: runs the project in production modebun test-cov: runs vitest tests with coveragebun run test: runs vitest tests