Files
pp-tcms/docs/README.md
Takeshi Kimata dbd842ee25 Change name
2024-06-09 22:07:26 +09:00

22 lines
277 B
Markdown

# UnitTCMS Document
### Install dependencies
```
$ npm ci
```
### 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
```