https://github.com/octoprint/data.octoprint.org
https://github.com/octoprint/data.octoprint.org
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octoprint/data.octoprint.org
- Owner: OctoPrint
- Created: 2020-12-11T14:34:23.000Z (about 5 years ago)
- Default Branch: react
- Last Pushed: 2024-04-09T08:25:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T02:00:31.354Z (about 1 year ago)
- Language: JavaScript
- Size: 6.17 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 data.octoprint.org
Visualizations created from [data exports](https://data.octoprint.org/export/) from the
[Anonymous Usage Tracking plugin](https://tracking.octoprint.org).
Updated hourly.
## Development
Install dependencies:
$ npm install
Start development server:
$ npm start
Create production build:
$npm build
## Deployment
A GitHub Action workflow is in place to deploy a new production build to the `gh-pages` branch
upon push to the `react` branch.