resin-blog
v1.2.4
Published
resin.io's blog
Downloads
3
Readme
resin.io blog
The resin.io blog is built on ghost.
Getting started
- Clone
git clone git://github.com:resin-io/resin-blog.git
cd resin-blog
- Install dependecies
npm install
- Start your engines.
npm start
## running production? $ NODE_ENV=production npm start
## running on staging? $ NODE_ENV=staging npm start
- Navigate
http://localhost:2368/ghost`
Caveats
Make sure you're running node 4.2.0
.