/WriteGood

Lints the text for common English mistakes - https://writebetter.herokuapp.com

Primary LanguageJavaScriptMIT LicenseMIT

Write Better - Try it!

Deploy

Uses the write-good NPM package to lint your Github Repo's README file

Running your project

The generated project includes a live-reloading static server on port 8080 (you can change the port in the gulpfile.js config), which will build, launch, and rebuild the app whenever you change application code. To start the server, run:

$ npm start

If you prefer to just build without the live reload and build-on-each-change watcher, run:

$ npm run build