Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 302 Bytes

File metadata and controls

32 lines (19 loc) · 302 Bytes

Runolog

@deraru's blog

Overview

Requirements

  • Ruby
  • Bundler
  • Node
  • Yarn

Getting Started

  1. bundle install --path vendor/bundle
  2. yarn

Operations

Serve on localhost

bundle exec jekyll serve

Build

yarn run build bundle exec jekyll build

Deploy

git push