Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1000 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 1000 Bytes

locus68

Build Status

third time's a charm

building/running

prerequisites

  • ensure $GOPATH is set
  • dep

then,

  • git clone https://github.com/TheOrangeOne/locus68 $GOPATH/src/github.com/TheOrangeOne/locus68
  • cd $GOPATH/src/github.com/TheOrangeOne/locus68
  • install dependencies: dep ensure
  • install: go install
  • to run: locus68

heroku

Install the heroku-cli

On mac this can be done via brew install heroku/brew/heroku

then,

  • simply: heroku local

commandline args

  • --host <host>
  • --port <port>

Note that the environment variables HOST and PORT can be specified as well.

testing

javascript

to test the frontend code run, use mocha:

$ mocha --watch static/test