The source of Markuplint website (https://markuplint.dev/).
To get started:
yarn installTo start a development server (of English website):
yarn run site:startTo start a development server of another language website, specify the --locale option, such as:
yarn run site:start --locale jaIt supports .env file.
Supported variables are the following:
NEXT_VERSION: It gives that the website is the next version. The setting of Environment variables at next.markuplint.dev on Netlify requires this.GITHUB_ACCESS_TOKEN_MARKUPLINT: It gives the GitHub personal access token for the GitHub API. Please ensure it is enabled for the markuplint/markuplint repository. It is used to obtain contributors.