This repository contains the source code for the website https://htmlforpeople.com.
To run this project locally for development purposes, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies:
npm i
- Start the development server:
npm run serve
The site should now be available at http://localhost:8080
(or whichever port Eleventy uses by default).
Contributions to improve this web book are welcome! As this is primarily a content-focused project, most contributions will likely involve edits to ensure technical accuracy or improve clarity where readers find certain sections confusing.
If you'd like to report a correction or suggest an improvement, please create a GitHub issue or submit a pull request. I appreciate your help in making this resource better for everyone.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). For more information, see the LICENSE file in this repository or visit Creative Commons.