Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h5bp/html5boilerplate.com
Files for the HTML5 Boilerplate website.
https://github.com/h5bp/html5boilerplate.com
Last synced: 9 days ago
JSON representation
Files for the HTML5 Boilerplate website.
- Host: GitHub
- URL: https://github.com/h5bp/html5boilerplate.com
- Owner: h5bp
- License: mit
- Created: 2010-03-29T06:22:51.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T10:36:38.000Z (3 months ago)
- Last Synced: 2024-08-02T12:23:42.083Z (3 months ago)
- Language: HTML
- Homepage: https://html5boilerplate.com
- Size: 14.7 MB
- Stars: 487
- Watchers: 34
- Forks: 183
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# [html5boilerplate.com](https://html5boilerplate.com/)
The HTML5 Boilerplate website is a simple static site:
* The development code is in the [`src/`](src) directory.
* The build process relies on [`gulp`](https://gulpjs.com/).
* The `gulp` tasks can be found in the [`gulpfile.js`](gulpfile.mjs)
file.## Setup
1. Install [`Node.js`](https://nodejs.org/) and
[`npm`](https://docs.npmjs.com/getting-started/installing-node).
2. Run `npm install`.## Development
You should be able to work almost entirely in the [`src/`](src)
directory.While developing run `npm run serve` as this will open the website
in your default browser and automatically update it whenever changes
are made to the page or any of the files contained in the page.## Build
When you have finished your changes, make sure that the distribution
package is correct by running `npm run test` and then checking the
output.The site is served directly from the `docs/` directory.