Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spinspire/sveltekit-demo

experiments with Svelte Kit and Leaflet mapping library
https://github.com/spinspire/sveltekit-demo

Last synced: 12 days ago
JSON representation

experiments with Svelte Kit and Leaflet mapping library

Awesome Lists containing this project

README

        

# SvelteKit Demo

Our experiments with SvelteKit. Cool things you can implement with SvelteKit and how to implement them.

## Developing

```bash
pnpm install # or npm install, if you prefer
npm run dev -- --open
```

## More Info

More info about what the app can do are in the `index.md` page and `about.md` page. Also entire source code
is worth a read to see how we are doing all this.