Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanator/arimaa
Arimaa SPA
https://github.com/brendanator/arimaa
Last synced: about 1 month ago
JSON representation
Arimaa SPA
- Host: GitHub
- URL: https://github.com/brendanator/arimaa
- Owner: brendanator
- Created: 2014-11-18T23:36:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T21:37:10.000Z (almost 10 years ago)
- Last Synced: 2023-07-11T22:53:31.645Z (over 1 year ago)
- Language: Clojure
- Homepage: http://arimaa.club
- Size: 3.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arimaa
[![Build Status](https://travis-ci.org/brendanator/arimaa.svg?branch=master)](https://travis-ci.org/brendanator/arimaa) [![Dependency Status](https://www.versioneye.com//user/projects/5471db1d9dcf6dbd4e001005/badge.svg?style=flat)](https://www.versioneye.com//user/projects/5471db1d9dcf6dbd4e001005)
An alternative gameroom client for http://arimaa.com, available at http://arimaa.club
### Development setup
1. Install [leiningen](https://github.com/technomancy/leiningen)
2. Install [browersync](http://www.browsersync.io/)
3. Run `lein cljsbuild auto dev` in the root directory
4. Run `browser-sync start --server --files="**"` in the `site` directory
5. Make fun changes!