Skip to content

aarsh21/burifolio-v2

Repository files navigation

Burifolio

Personal site for Aarsh Padia, built with SvelteKit, mdsvex, and Tailwind CSS.

Development

Install dependencies and start the dev server:

bun install
bun run dev

Quality Checks

Run the main project checks:

bun run check
bun run lint
bun run build