https://github.com/simple-statistics/docs
the generator for simple-statistics documentation
https://github.com/simple-statistics/docs
Last synced: 12 months ago
JSON representation
the generator for simple-statistics documentation
- Host: GitHub
- URL: https://github.com/simple-statistics/docs
- Owner: simple-statistics
- Created: 2015-07-13T01:17:04.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-30T19:35:41.000Z (over 1 year ago)
- Last Synced: 2024-10-30T20:29:12.836Z (over 1 year ago)
- Language: HTML
- Homepage: http://simplestatistics.org/docs/
- Size: 1.39 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-statistics-docs
This is the generator for [simple-statistics](https://github.com/simple-statistics/simple-statistics)
documentation: it uses [documentation.js](https://github.com/documentationjs/documentation)
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
```