/docs

the generator for simple-statistics documentation

Primary LanguageHTML

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