Skip to content

peeb/purescript-giphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Overview

Find a random (type-safe!) GIF using the PureScript Halogen UI library and the Giphy API.

Pre-requisites

This project depends on Node.js and the Yarn package manager.

Install

make install

Build

To build the app:

make

Now open the app in a browser:

make open

Test

To run the app's tests:

make test