Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 339 Bytes

Simple Matters

Source code for simplematters.co

Requirements

  • Ruby v3.3.0
  • Node v20.11.1

Installation

Run bundle and yarn

bundle install
yarn install

Usage

Run the server and visit http://localhost:4000

bundle exec jekyll server --livereload