https://github.com/openclassrooms/w3c-validate
OpenClassrooms W3C validate tool
https://github.com/openclassrooms/w3c-validate
Last synced: 10 months ago
JSON representation
OpenClassrooms W3C validate tool
- Host: GitHub
- URL: https://github.com/openclassrooms/w3c-validate
- Owner: OpenClassrooms
- Created: 2014-04-23T12:05:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T11:10:45.000Z (over 11 years ago)
- Last Synced: 2025-07-03T21:44:17.988Z (10 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
w3c-validate
============
OpenClassrooms W3C validate tool
QUICKSTART
- npm install
- cp config.yaml.dist config.yaml
- edit config.yaml :
- change 'baseUrl' with base url of website to test
- fill 'url' with all uri to test
- run 'node validate.js' will create a static html file
- run 'grunt' to launch a static server
- go to http://localhost:9001 to display results