Skip to content

toiki-org/toiki-app

Repository files navigation

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