SOEN6011_Team_B

The GitHub repository for SOEN 6011, Team B.

Instructions

Running the template locally requires eleventy.

With Yarn:

yarn global add @11ty/eleventy

Or with NPM:

npm i -g @11ty/eleventy

To transpile the templates into static HTML files, run

eleventy

The distribution goes into the _site folder.

To locally run a server and watch for changes, run

eleventy --serve