Files
pp-tcms/docs/README.md
Takeshi Kimata 2f6010d960 update docs
2024-07-07 18:29:28 +09:00

22 lines
282 B
Markdown

# UnitTCMS Document
### Install dependencies
```
$ npm install
```
### Start document server locally
```
$ npm run start
```
## Deploy to Github pages
The following command builds the pages and then deploys them to GitHub Pages.
```
$ npm run deploy
```