Skip to content

Web book about how to make a website with HTML.

License

Notifications You must be signed in to change notification settings

adamwight/htmlforpeople

 
 

Repository files navigation

HTML for People

This repository contains the source code for the website https://htmlforpeople.com.

Getting Started

To run this project locally for development purposes, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the dependencies:
    npm i
    
  4. Start the development server:
    npm run serve
    

The site should now be available at http://localhost:8080 (or whichever port Eleventy uses by default).

Contributing

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.

License

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.

About

Web book about how to make a website with HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.8%
  • Nunjucks 19.5%
  • JavaScript 18.3%
  • PHP 4.4%