Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 286 Bytes

toiki

Client

docker build --build-arg ARCH=linux/amd64 --build-arg API_AUTHORITY=localhost:8000 client -t toiki-build

change the ARCH build arg according to your architecture.

Server

to run the server in watch mode

docker compose -f docker-compose.dev.yml up