webhint's website
This is the code for webhint's website. Most of the documentation though is in the main webhint repo.
Getting started
Clone the project:
git clone https://github.com/webhintio/webhint.io.git
Install dependencies:
npm install
Build the site:
npm run build
The command above will pull all the documentation and generate all the required assets. It might take a bit so please be patient.
Run the site:
npm start
This will start a local web server in port 4000.
To know more about the internals of the site please read the server documentation.
Code of Conduct
All projects in the webhintio
organization follow this CoC
which adheres to the OpenJS Foundation Code of Conduct.
License
The code is available under the Apache 2.0 license.