https://github.com/webhintio/webhintio.github.io
🌍 webhint's website
https://github.com/webhintio/webhintio.github.io
hacktoberfest webhint
Last synced: about 1 year ago
JSON representation
🌍 webhint's website
- Host: GitHub
- URL: https://github.com/webhintio/webhintio.github.io
- Owner: webhintio
- License: apache-2.0
- Created: 2017-04-17T17:21:56.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:05:13.000Z (almost 2 years ago)
- Last Synced: 2025-06-20T06:12:12.701Z (about 1 year ago)
- Topics: hacktoberfest, webhint
- Language: JavaScript
- Homepage: https://webhint.io
- Size: 10.3 MB
- Stars: 145
- Watchers: 27
- Forks: 72
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# webhint's website
[](https://dev.azure.com/webhint/webhint/_build/latest?definitionId=2?branchName=main) [](https://app.fossa.io/projects/git%2Bgithub.com%2Fwebhintio%2Fwebhint.io?ref=badge_shield)
This is the code for [webhint's website](https://webhint.io).
Most of the documentation though is in the main [webhint
repo](https://github.com/webhintio/hint).
## Getting started
Clone the project:
```bash
git clone https://github.com/webhintio/webhint.io.git
```
Install dependencies:
```bash
npm install
```
Build the site:
```bash
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:
```bash
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](architecture/server.md) documentation.
## Code of Conduct
All projects in the `webhintio` organization follow this [CoC][coc]
which adheres to the [OpenJS Foundation Code of Conduct][ojs coc].
## License
The code is available under the [Apache 2.0 license](LICENSE.txt).
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fwebhintio%2Fwebhint.io?ref=badge_large)
[coc]: https://github.com/webhintio/.github/blob/main/CODE_OF_CONDUCT
[ojs coc]: https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md