Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/warningimhack3r/advent-of-svelte
- Owner: WarningImHack3r
- Created: 2023-12-02T15:11:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:51:39.000Z (about 2 months ago)
- Last Synced: 2024-11-29T17:35:46.143Z (about 2 months ago)
- Topics: advent-of-svelte, svelte, vercel
- Language: Svelte
- Homepage: https://advent.antleth.fr
- Size: 535 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.