This is the code for webhint's website. Most of the documentation though is in the main webhint repo.
Note: Our builder uses async arrow functions as well as other ES2017 features so please ensure you are using Node.js v8.x or higher.
Clone the project:
git clone https://github.com/webhintio/hint.gitInstall dependencies:
npm installFetch remote content (e.g. documentation)
npm run update-contentBuild the site:
npm run buildRun server:
npm startTo know more about the internals of the site please read the server documentation.
This project adheres to the JS Foundation's code of conduct.
By participating in this project you agree to abide by its terms.
The code is available under the Apache 2.0 license.