0.0.2 • Published 4 years ago

ak.gg v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

ak.gg ui

Installation

Install the following dependencies:

  • nodejs
  • yarn

Run

$ yarn start

desktop

running electron on a different host than web

$ API_ROOT=http://localhost:8080/api/rest/v1 yarn dev

## docker

$ docker build -f web/Dockerfile -t ak.gg:latest . $ docker run -it -p 8000:80 ak.gg:latest