Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 379 Bytes

File metadata and controls

18 lines (11 loc) · 379 Bytes

Repository for www.pushtype.org content. The site is built using nanoc. Pull requests welcome.

Developing

Clone the repo and setup your local Ruby environment.

# Install dependencies
$ bundle install

# Run guard
$ guard

# Run shotgun
$ shotgun

View the site at localhost:9393.