An open API service indexing awesome lists of open source software.

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

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
```