This is a rewrite of the Fay mapview code with PureScript.
sudo yum install npm
git clone git://github.com/noexc/mapview-psc.git # Anonymous clone
git clone [email protected]:noexc/mapview-psc.git # Authorized clone
cd mapview-psc
npm install
export PATH=$PATH:node_modules/.bin/
bower update
grunt
firefox html/index.html
MIT