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

https://github.com/minidigger/paper-docs


https://github.com/minidigger/paper-docs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# paper-docs [![pipeline status](https://gitlab.com/MiniDigger/paper-docs/badges/master/pipeline.svg)](https://gitlab.com/MiniDigger/paper-docs/commits/master)

User-friendly description of paper patches.

Master is deployed at https://paper-docs.minidigger.me

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```