Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwcook/inat-backlog-viewer
https://github.com/jwcook/inat-backlog-viewer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwcook/inat-backlog-viewer
- Owner: JWCook
- Created: 2021-03-06T00:40:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T16:59:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T13:47:31.459Z (3 months ago)
- Language: Vue
- Size: 30.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inat-backlog-viewer
A photo gallery app used to view output from [inat-backlog-slogger](https://github.com/JWCook/inat-backlog-slogger).
Built with Vue, Vuetify, and Nuxt.Example report for Arachnid observations in North America: https://inat-backlog-viewer.netlify.app
## Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# generate static site
$ npm run generate
```