Find a random (type-safe!) GIF using the PureScript Halogen UI library and the Giphy API.
This project depends on Node.js and the Yarn package manager.
make install
To build the app:
make
Now open the app in a browser:
make open
To run the app's tests:
make test