RoryDuncan / webhint.io

🌍 webhint's website

Home Page:https://webhint.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webhint's website

Build Status

This is the code for webhint's website. Most of the documentation though is in the main webhint repo.

Getting started

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.

Code of Conduct

This project adheres to the JS Foundation's code of conduct.

By participating in this project you agree to abide by its terms.

License

The code is available under the Apache 2.0 license.

About

🌍 webhint's website

https://webhint.io

License:Apache License 2.0


Languages

Language:JavaScript 45.4%Language:CSS 31.1%Language:HTML 23.5%