The project is in fact a simple markdown filesystem that is deployed as a static website using docusaurus.
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
文中の表記揺れや誤字を防ぐため、textlint という校正チェックツールを入れています。commit する前、PR に更新があった際に GitHub Actions にて textlint を走らせています。ルールや定義の変更がある際は、下記ファイルを変更してください。
- 表記揺れの定義:
prh.yml
- textlint のルール定義:
.textlintrc
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.