Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vboulaye/svelte-velib
test app svelte + leaflet +velib
https://github.com/vboulaye/svelte-velib
Last synced: 23 days ago
JSON representation
test app svelte + leaflet +velib
- Host: GitHub
- URL: https://github.com/vboulaye/svelte-velib
- Owner: vboulaye
- License: mit
- Created: 2019-05-07T22:24:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:53:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T02:05:18.034Z (7 months ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Velib Light Map
Une carte simple et efficace qui montre les disponibilités des velibs à Paris.
Ausi l'occcasion de jouer avec Svelte et Leaflet.
## Get started
Install the dependencies...
```bash
npm install
```...then start webpack:
```bash
npm run dev
```Navigate to [localhost:8080](http://localhost:8080). You should see your app running. Edit a component file in `src`, save it, and the page should reload with your changes.
## Deploying to the web
With [now](https://zeit.co/now)
Install `now` if you haven't already:
```bash
npm install -g now
```Then, from within your project folder:
```bash
npm run deploy
```## Deploying to android with capacitor
capacitor is used to build a mobile android app (npx cap init + npx cap add android to bootstrap the project)
once the webapp is built, sync it with the android project
```bash
npx cap sync
```then open the project in the android directory with android studio