-
Notifications
You must be signed in to change notification settings - Fork 3
Develop the website locally
Axel Dürkop edited this page Oct 8, 2023
·
2 revisions
This note explains how to develop the website locally. The site is based on 11ty, a popular static site generator. It is written in JavaScript and generates static HTML documents that can be deployed anywhere. We deploy them with GitHub actions to a GitHub page related to this repository.
- Node.js >=14. GitHub Action builds with v16.17.0 which is fine to use locally, too. See
.github/workflows/build.ymlfor the version used for building with GitHub. - 11ty v2.0.1
- Clone and run
npm installin the project folder.
- Run
npx @11ty/eleventy --serveto fire up the development server and start developing. Website will reload after every change.