Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 766 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 766 Bytes

GrUSP website

####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


Front-end notes

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

Using Docker to build the website:

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