Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 570 Bytes

mapview client in PureScript

Build Status

This is a rewrite of the Fay mapview code with PureScript.

Installing

Get dependencies

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

Build mapview

npm install
export PATH=$PATH:node_modules/.bin/
bower update
grunt
firefox html/index.html

License

MIT