Add docs folder

This commit is contained in:
Takeshi Kimata
2024-05-12 11:52:59 +09:00
parent 83bf32f54d
commit af7cdb790e
31 changed files with 25598 additions and 0 deletions

21
docs/README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```