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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT