Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

bayo-jsc/bilac

Repository files navigation

Development

  • Install dependencies:
go get -t -v ./...
yarn
  • Build at first time:
go build -i -v
  • Setup configs (example is default value):
BILAC_PORT=8080
  • Update build and start server:
./run.sh