Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 835 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 835 Bytes

Advent Of Svelte 2023

Website

🔗 Live at selfsigned.dev/Advent-of-Svelte-2023

🎄 My (late) entry for the Advent of Svelte challenge, grab some craft beer and follow me on my frontend journey. Feedback welcome! 🍺

Stack

  • Sveltekit, in Client Side Rendering mode
  • CSS
  • Tools
    • VS Code
    • Prettier, w/ tailwind integration
  • CI/CD
    • Github actions/site

Starting up

Initializing

$ npm init

Dev'ing

$ npm run dev

Build and preview

$ npm run build && npm run preview