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

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 348 Bytes

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 348 Bytes

Install

bundle install
foreman start

and open http://localhost:4000

New Blog Post

$ rake new:post

# Title: How to debug iOS apps with APItools
# Author: Michal Cichra
# GitHub: mikz

# Created _posts/2014-04-17-how-to-debug-ios-apps-with-apitools.md

Deploy

rake deploy:preview
rake deploy:production