Skip to content

Latest commit

 

History

History

README.md

Markuplint website

The source of Markuplint website (https://markuplint.dev/).

Development

To get started:

yarn install

To start a development server (of English website):

yarn run site:start

To start a development server of another language website, specify the --locale option, such as:

yarn run site:start --locale ja

.env

It 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.