Skip to content

Files

Latest commit

author
jackgene
Feb 26, 2014
fe8d051 · Feb 26, 2014

History

History
26 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 469 Bytes

ontap

Find local pubs, breweries and hostelries, and what's on tap there

Developer Setup

  1. Git clone this repo

  2. (Optional) Generate your Eclipse files:

     activator eclipse
    
  3. (Optional) Open the project in IntelliJ by just opening the project from it's build.sbt file

  4. Run the app:

     activator ~run
    
  5. Run the tests:

     # continuous mode
     activator ~test
     
     # one time
     activator test