third time's a charm
- 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
Install the heroku-cli
On mac this can be done via brew install heroku/brew/heroku
then,
- simply:
heroku local
--host <host>
--port <port>
Note that the environment variables HOST
and PORT
can be specified as well.
to test the frontend code run, use mocha:
$ mocha --watch static/test