Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svisser/purescript-checkers

Checkers implemented in PureScript
https://github.com/svisser/purescript-checkers

Last synced: 5 days ago
JSON representation

Checkers implemented in PureScript

Awesome Lists containing this project

README

        

# purescript-checkers

Checkers implemented in PureScript.

## Installation (Mac OS X)

Install npm:

* `sudo port install nodejs` or `sudo brew install node`

Install PureScript:

* `npm install -g [email protected]`

Install pulp:

* `npm install -g [email protected]`

Install bower:

* `npm install -g bower`

Install dependencies:

* `bower update`

Compile PureScript to JavaScript:

* `pulp browserify -m Checkers.Main > html/checkers.js`

Open page in browser:

* `open html/index.html`