Skip to content

favetelinguis/bfg

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published