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

277 B

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