Skip to content

pugbo/GrUSP.org

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.3%
  • HTML 16.7%
  • JavaScript 9.4%
  • Ruby 2.6%