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

https://github.com/sliptype/purescript-meiosis

🦑 A purescript implementation of the Meiosis pattern
https://github.com/sliptype/purescript-meiosis

functional-programming meiosis-pattern purescript

Last synced: 6 months ago
JSON representation

🦑 A purescript implementation of the Meiosis pattern

Awesome Lists containing this project

README

          

# purescript-meiosis
A purescript implementation of the [Meiosis pattern](https://github.com/foxdonut/meiosis)

# Development
This project uses `purs 0.12.0` and `psc-package`.

```
psc-package install
```

```
yarn install
```

```
pulp --watch browserify --to app.js
```

```
open -a "Google Chrome" index.html
```