Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.13 KB

bfg

Build Status Built with Spacemacs

A Clojure library designed to ... well, that part is up to you. To see roadmap and progress check out backlog.org

Usage

A configuration file is required named configs/private.edn that has the following format: {:betfair {:usr "" :pwd "" :app-key ""}}

###Server is implemented using the reloabable workflow of stuart sieera. To launch a dev server:

  1. Start a repl
  2. Type (dev)
  3. Type (reload) in the new ns
  4. Starts on 8085

###Run backend tests lein test

###Make production build of frontend code (obs included with git) npm run build

###Start dev server of frontend code npm start (localhost:8084)

###Run frontend tests npm run test npm run test:watch

License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.