https://github.com/timwis/georeport
Offline-first map-based reporter (work in progress, proof of concept)
https://github.com/timwis/georeport
Last synced: 4 months ago
JSON representation
Offline-first map-based reporter (work in progress, proof of concept)
- Host: GitHub
- URL: https://github.com/timwis/georeport
- Owner: timwis
- Created: 2017-12-05T21:52:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T11:29:35.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T15:09:23.265Z (10 months ago)
- Language: Vue
- Homepage: https://laughing-almeida-8237bf.netlify.com/
- Size: 230 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# georeport
> Offline-first map-based reporter
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```