Clone the cpsc349-project1 repository locally:
git clone https://github.com/shatfield4/cpsc349-project1.git
Install and start the Eleventy static site generator:
cd cpsc349-project1/
npm install
npm start
Open the newly generated site.
To validate the generated HTML:
npm test