Skip to content

king-of-tiktok/CPSC-349-Project-1

Repository files navigation

Getting started with Project 1

Clone the cpsc349-project1 repository locally:

git clone https://github.com/ProfAvery/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