## resin.io blog

The resin.io blog is built on [ghost](https://github.com/TryGhost/Ghost).

## Getting started

1. Clone

```bash
git clone git://github.com:resin-io/resin-blog.git
cd resin-blog
```

2. Install dependecies

```bash
npm install
```

3. Start your engines.

```bash
npm start
## running production? $ NODE_ENV=production npm start
## running on staging? $ NODE_ENV=staging npm start
```

4. Navigate

```
http://localhost:2368/ghost`
```

## Caveats

Make sure you're running node `4.2.0`.
