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

Latest commit

 

History

History
26 lines (18 loc) · 243 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 243 Bytes

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