This project is a web based coloring book built with the Eleventy static site generator.
- Node JS (tested with 12.18.3) download the Latest Stable Version
Clone the repo to your system with:
git clone https://github.com/Erik-Martus/idm-t380.gitInstall node dependencies:
npm installFrom the root directory run
gulpThe built site will now be available in the /build directory.
Alternatively run
gulp --prodTo minify compiled files.
http-server build