Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

pmarsceill/patrickmarsceill.com

Repository files navigation

Source for patrickmarsceill.com

About

Based on Jekyll - Webpack Static Website Starter

Set up

Requirements

  • Node >= 6.10.2
  • NPM >= 5.1.0
  • Ruby >= 2.3.0
  • Jekyll >= 3.3.1
  • Bundler >= 1.14.4

Install

Install deps

bundle install && npm install

Usage

Starting the project locally

npm run dev

Building for production

npm run build

Run CI tests locally

npm run local-test