Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/warningimhack3r/advent-of-svelte

My implementations of Advent of Svelte
https://github.com/warningimhack3r/advent-of-svelte

advent-of-svelte svelte vercel

Last synced: about 2 months ago
JSON representation

My implementations of Advent of Svelte

Awesome Lists containing this project

README

        

# advent-of-svelte

My implementations of the [Advent of Svelte](https://advent.sveltesociety.dev) challenges.

## Developing

```bash
pnpm dev

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

## Building

```bash
npm run build
```

You can preview the production build with `npm run preview`.