Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 566 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 566 Bytes

docs.newcreator.org

textlint

学習可能なテキストを管理するためのレポジトリです。

Vuepress + Netlify でホスティングされており、Markdownで文章を記述していきます。 文章の校正には textlint + prh を使用しています。


run

$ yarn

Vuepress dev

$ yarn dev

Vuepress build

$ yarn build

textlint

$ yarn textlint

textlint & fix

$ yarn textlint:fix