Skip to content

CDDRC/cddrc.github.io

Repository files navigation

This website is built using Eleventy.

Building

You'll need nodejs installed in order to build it.

Then inside the website repo run:

npm install

then to build the site:

npx @11ty/eleventy

It will output to _site/.

To start a dev server that watches for changes:

npx @11ty/eleventy --serve

Deploying

The site is deployed automatically whenever code is pushed to the master branch.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors