E-book on the topic of environmentally friendly web development. This book is currently a work in progress.
Deployed to Github Pages: https://mikeyhogarth.github.io/the-green-web-dev-book/
The software that builds the book itself is powered by the excellent MDBook. Follow the installation instructions there. Once mdbook
is installed, you can use the following commands to work with this repository:
# Run locally
mdbook serve
# Create a production build
mdbook build
This book is auto-deployed to github pages via github actions.
Contributions are welcome but please get in touch before submitting any significantly large pull requests.
Two licenses apply to this repository:
- Code samples and any other bespoke code is covered under GLPv3.
- The content of the book itself is covered under [http://creativecommons.org/licenses/by-sa/4.0/](Creative Commons Attribution-ShareAlike 4.0 International License).