Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 440 Bytes

Terjang

Development

Prerequisites:

  • Go (tested version: 1.16)
  • Node (tested version: 14)

Build backend:

go build -o ./bin/terjang ./cmd/terjang/

Run server:

./bin/terjang server

Run a worker on another terminal:

./bin/terjang worker

Install frontend:

cd web
npm install

Run frontend:

./node_modules/.bin/vue-cli-service serve

Then open http://localhost:8080