An open API service indexing awesome lists of open source software.

https://github.com/passy/giflib

A PureScript experiment that is supposed to be a personal gif library
https://github.com/passy/giflib

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# giflib web [![Build Status](https://travis-ci.org/passy/giflib.svg?branch=master)](https://travis-ci.org/passy/giflib)

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

## Setup

```bash
$ bower install
$ npm install
$ npm test
$ npm start
```

## Development

```bash
# Continously build in the background
$ pulp server

# Run and watch the tests
$ pulp -w test

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