Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 820 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 820 Bytes

Pioco ry website

Pre-requisites

Development

Install ruby gems and npm dependecies

bundle install
npm install

Run the site locally

bundle exec jekyll serve

Build the CSS styles

npm run build

Production

The site is hosted in GitHub Pages. All the changes to master branch are automatically deployed to production.

Before deploying to the production (= pushing to master branch), remember to build the CSS styles with npm run build. Styles will be built to assets/css/main.css, which needs to be included in the repository.