This repository contains the files needed to build the Eleventy-based static site for the C2LC Project.
- Install the required NPM packages:
npm install - Run Eleventy in development mode:
npm start.
The website will be available at http://localhost:8080.
Modifications can be made to any source file or directory except for the contents of the ./_site/ directory. The
./_site/ directory is not versioned since it contains the built website that Eleventy generates from the source files,
and files in _site are overwritten at build time.
The website code is available under the New BSD License.
This project is based on other publicly available software, categorized by license: