UNPKG

438 BMarkdownView Raw
1# Metalwork
2
3Metalwork is a built out [Metalsmith](http://metalsmith.io/) blog that works. More info: [http://evbogue.com/metalwork/](http://evbogue.com/metalwork/)
4
5To get started
6
7 % npm install metalwork
8 % cd node_modules/metalwork
9 % node index.js
10
11Navigate to [http://localhost:3000/](http://localhost:3000/)
12
13Use the latest version of [io.js](http://iojs.org/) for best results.
14
15Questions? [ev@evbogue.com](mailto:ev@evbogue.com)