Skip to content

Working locally

Ned Zimmerman edited this page Apr 8, 2024 · 2 revisions
  1. Clone the repository to your computer using git.
  2. Install the required NPM packages: npm install
  3. Run Eleventy in development mode: npm start.

The website will be available at http://localhost:8080.

If you are using a browser which supports the File System Access API (Chrome or Edge) you can use the built-in content management system by navigating to http://localhost:8080/admin and selecting the folder where you cloned the repository. Any changes you make will be saved to the local filesystem.

Clone this wiki locally