https://github.com/datadavev/voxl
https://github.com/datadavev/voxl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datadavev/voxl
- Owner: datadavev
- Created: 2020-06-29T16:54:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:16:32.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:27:26.304Z (over 1 year ago)
- Language: JavaScript
- Size: 2.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VOXL Web UI for Point Preservation
A web app that uses the location API to present and record physical
location. Intended for use with mobile devices in conjunction with
precision GPS for simple collection and location purposes.
## Development
```
yarn dev
```
## Publish
```
yarn build
git commit ...
git push
```
Available at [dave.vieglais.com/voxl](https://dave.vieglais.com/voxl)
## Site setup
Basically followed initial setup structure from: https://blog.bitsrc.io/build-a-website-with-modern-tooling-and-no-frameworks-a33e65099f9