Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 494 Bytes

File metadata and controls

25 lines (14 loc) · 494 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 run dev

Create production build:

$ npm run 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.