Add docs folder
This commit is contained in:
21
docs/README.md
Normal file
21
docs/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user