https://github.com/yud0uhu/svelte-maplibre-starter
https://github.com/yud0uhu/svelte-maplibre-starter
sveletekit svelte svelte-maplibre
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yud0uhu/svelte-maplibre-starter
- Owner: yud0uhu
- Created: 2024-04-19T14:29:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T08:34:49.000Z (about 1 year ago)
- Last Synced: 2025-04-13T11:55:22.875Z (about 1 month ago)
- Topics: sveletekit, svelte, svelte-maplibre
- Language: TypeScript
- Homepage:
- Size: 62.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-maplibre-starter

Start MapLibre GL JS and Svelte easily.
- Svelte Maplibre v0.8.4
- Svelte v4.2.7
- SvelteKit v2.0.0
- node v19.0.0
- pnpm v8.15.1# Usage
Install package
```bash
pnpm install
```
code format
```bash
pnpm run format
```
build
```bash
pnpm run build
```
dev
```bash
pnpm run dev
```
Unit Tests
```sh
pnpm run test:unit
```
Lint
```sh
pnpm run lint
```

# References
- [Svelte MapLibre](https://github.com/dimfeld/svelte-maplibre)
- [maplibregljs-svelte-starter](https://github.com/mug-jp/maplibregljs-svelte-starter?tab=readme-ov-file)# Credits
- Svelte Logo created by [Svelte logo](https://github.com/sveltejs/branding)
- Svelte Maplibre Logo created by [Bruce Wayyn](https://github.com/brucewayyn)