https://github.com/minidigger/paper-docs
https://github.com/minidigger/paper-docs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/minidigger/paper-docs
- Owner: MiniDigger
- Created: 2019-02-21T11:43:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:07:02.000Z (over 2 years ago)
- Last Synced: 2025-07-08T13:12:55.491Z (10 months ago)
- Language: Vue
- Size: 802 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paper-docs [](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
```