Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

stickypixel/website-old

Repository files navigation

Repo for the Sticky Pixel Website, a work in constant progress!

See the website here: http://www.stickypixel.com

Pre Requisites:

Install

  • Clone the repo
  • run yarn install
  • run bundle install to install Jekyll plugins

Development

  • Run yarn start. This compiles the Jekyll HTML, SASS CSS and Concats JS Files and launches a BrowserSync session so we can make live changes to the html and sass code.

Build

  • Run yarn build: For an optimised build which does the same as the above but with minified and autoprefixed code etc. and also critical, inlined-css.