https://github.com/speciesfilegroup/taxonworks_stats
Stand-alone stats ticker app for TaxonWorks.
https://github.com/speciesfilegroup/taxonworks_stats
Last synced: 5 months ago
JSON representation
Stand-alone stats ticker app for TaxonWorks.
- Host: GitHub
- URL: https://github.com/speciesfilegroup/taxonworks_stats
- Owner: SpeciesFileGroup
- Created: 2021-02-01T20:06:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T16:25:51.000Z (about 2 years ago)
- Last Synced: 2024-05-09T17:42:55.403Z (about 2 years ago)
- Language: Vue
- Size: 1.66 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taxonworks_stats
An example website built off [TaxonWorks APIs](https://taxonworks.org). Live at [https://stats.taxonworks.org](https://stats.taxonworks.org).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).