Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 517 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 517 Bytes

simple-statistics-docs

This is the generator for simple-statistics documentation: it uses documentation.js to extract documentation from the code and generate a website.

Setup

npm install

Development

This will run a local server and reload whenever simple-statistics or theme source changes.

npm start

Deployment

This builds a production-ready website.

npm build