Skip to content

noexc/mapview-psc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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