-
Clone the project and run the server
git clone git://github.com/duereg/codetype.git
cd codetype
npm install
docpad run
Make sure to set up the target
remote to point at the duereg.github.io
project:
git remote add target https://github.com/duereg/duereg.github.io.git
npm run deploy