Skip to content

dysinger/purescript-leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

This project uses https://github.com/bodil/pulp to build.

Globaly install pulp:

npm install --global pulp

Locally install pulp:

export PATH=$PWD/node_modules/.bin:$PATH
npm install pulp

Install dependencies:

pulp dep install

Build & test:

pulp test