Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spinspire/sveltekit-demo
- Owner: spinspire
- Created: 2022-07-20T21:39:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T18:19:53.000Z (over 2 years ago)
- Last Synced: 2024-04-17T19:27:26.286Z (8 months ago)
- Language: Svelte
- Size: 191 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.