Skip to content

tanomimaster/tanomimaster-doc

Repository files navigation

tanomimaster-doc

Local preview

  • This repository is build upon Docusaurus
  • root directory of the document is webwsite.

Docker

docker-compose up

Then open http://localhost:3000/tanomimaster-doc/ by browser.

  • The base URL /tanomimaster-doc/ is required to be identical with production base URL.

Linter

% npx textlint website
or
% npx textlint website --fix

Deploy

The contents in the master is published to https://tanomimaster.github.io/tanomimaster-doc/ automatically by building and pushing by Github Actions.

  • See files in the .github/workflows.