Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 334 Bytes

advent-of-svelte

My implementations of the Advent of Svelte challenges.

Developing

pnpm dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

npm run build

You can preview the production build with npm run preview.