/giflib

A PureScript experiment that is supposed to be a personal gif library

Primary LanguagePureScript

giflib web Build Status

Not sure if I'll ever finish this. Right now just a playground for PureScript and Halogen.

Setup

$ bower install
$ npm install
$ npm test
$ npm start

Development

# Continously build in the background
$ pulp server

# Run and watch the tests
$ pulp -w test

# Open the web page
$ open http://localhost:1337