Skip to content

uchemukolo/webhint.io

 
 

Repository files navigation

webhint's website

Build Status FOSSA 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/webhint.io.git

Install dependencies:

npm install

Fetch remote content (e.g. documentation)

npm run update-site

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.

FOSSA Status

About

🌍 webhint's website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.0%
  • CSS 26.9%
  • HTML 22.3%
  • Batchfile 1.2%
  • Shell 0.6%