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.git
Install dependencies:
npm install
Fetch remote content (e.g. documentation)
npm run update-content
Build the site:
npm run build
Run server:
npm start
To 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.