Files
pp-tcms/docs/README.md
Takeshi Kimata af7cdb790e Add docs folder
2024-05-12 11:52:59 +09:00

21 lines
275 B
Markdown

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