Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svisser/purescript-checkers
- Owner: svisser
- License: apache-2.0
- Created: 2015-08-01T21:26:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T22:33:26.000Z (over 8 years ago)
- Last Synced: 2024-10-10T21:44:36.838Z (26 days ago)
- Language: PureScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`