This is the repository for my personal portfolio website.
Svelte, SvelteKit, Typescript, SASS, PostCSS, ESLint, Stylelint, Supabase and Bun
This project uses Bun, you need to install it in your system. You could use the command from bun website
curl -fsSL https://bun.sh/install | bash
bun install
bun run prepare
bun run start
bun runstop
bun run types
bun run dev
bun run build