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.git
Install node dependencies:
npm install
From the root directory run
gulp
The built site will now be available in the /build directory.
Alternatively run
gulp --prod
To minify compiled files.
http-server build