The developer documentation site for The Green Web Foundations open source libraries.
To work on this site locally:
- Clone or fork this repository.
- Run
npm install
. This will install Eleventy, DaisyUI and a few other dependencies. - Make changes to the markdown (
.md
) files in thesrc
folder. - Run
npm run dev
to preview changes locally.
Or you can open this project in GitPod.