Setup
The project Makefile builds and runs all components through docker-compose.
Building the images takes time, particularly the Better Auth component used for authentication service database migrations: @better-auth/cli.
First, clone the project:
git clone https://github.com/openfort-xyz/opensigner.gitTo build the containers, run:
make build # or `make clean build` to remove old images and volumesTo run them, use:
make runThe components can be configured through environment variables,
check out the env.example and the docker-compose.yml files for a list of available variables.
Once you have everything running, head over to the Getting Started guide.