Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 488 Bytes

📊 data.octoprint.org

Visualizations created from data exports from the Anonymous Usage Tracking plugin.

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.