####Site notes
To run Jekyll from terminal:
$ jekyll serve
or, via Docker:
docker-compose up -d
When Jekyll is up, the site can be tested locally to 0.0.0.0:4000
To install module to run front-size, from the root folder in terminal:
$ npm install
To generate CSS styles with front-size run from the root folder in terminal:
$ grunt watch:develop
docker-compose run --rm site jekyll build
Likewise, Docker can be used to build the frontend:
docker-compose run --rm site bash
e:
npm install
npm install --global grunt
grunt watch:develop