Here's my frantic attempt to catch up on advent of svelte 2023 (because I only learned about it on the 15th). I'm using this as an excuse to practice/showcase Svelte 5 and Bun, but since I'm so behind, expect the visuals to be ROUGH.
Advent of Svelte 2023 My Solutions
This project uses SvelteKit, Svelte 5, Tailwind, and Bun.
# Run the dev server
bun install
bun dev
bun run build
bun run preview # To preview the build
This project is set up to deploy to vercel out of the box. Just make sure to set the install and build commands in the gui. I should probably add a vercel.json file to make this easier tho 🤷♂️