Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 341 Bytes

File metadata and controls

25 lines (13 loc) · 341 Bytes

HOW TO TEST IT LOCALLY !

First install docker-compose

Then build docker image with

tools/build

Then init server and client database

tools/start-server init-db
tools/start-client init-db

Start manually and hack it

tools/start-client