textlint online playground.
Visit https://textlint.github.io/playground
Currently, only use built-in rule in the playground.
<iframe width="800" height="500" src="https://textlint.github.io/playground?embed" />
yarn
yarn start
This project use Cypress for E2E Testing.
# start local server
yarn start
# In other tab, start cypress
yarn run cypress:open
Or
# start local server
yarn start
# In other tab, start cypress
yarn test
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT