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
- Host: GitHub
- URL: https://github.com/passy/giflib
- Owner: passy
- Created: 2015-03-14T13:13:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:26:54.000Z (about 9 years ago)
- Last Synced: 2025-02-04T20:45:46.723Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 314 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# giflib web [](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
```