1.2.4 • Published 6 years ago

resin-blog v1.2.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

resin.io blog

The resin.io blog is built on ghost.

Getting started

  1. Clone
git clone git://github.com:resin-io/resin-blog.git
cd resin-blog
  1. Install dependecies
npm install
  1. Start your engines.
npm start
## running production? $ NODE_ENV=production npm start
## running on staging? $ NODE_ENV=staging npm start
  1. Navigate
http://localhost:2368/ghost`

Caveats

Make sure you're running node 4.2.0.