Files
pp-tcms/docs/README.md
Takeshi Kimata 755379ae0f Change name
2024-06-02 14:35:34 +09:00

22 lines
277 B
Markdown

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