Skip to content

ajincitti/valhen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VALHEN website

This website is built using Middleman.

Setup

Setting up a development environment is easy.

sudo apt-get install libmagickwand-dev # required rmagick gem.
git clone git@github.com:ajincitti/valhen
cd valhen
bundle             # install all the gems
rake data:pull     # grab local copy of pictures
rake pictures:all  # process all the pictures

Then, launch the server:

middleman server