openledger.com
openledger.com logo

OpenLedger

Integrates with OpenLedger API to enable financial data interactions and accounting operations, supporting AI-driven fin...

Created byApr 23, 2025

Install dependencies

bun install

Set up environment variables

cp .env.example .env

Edit .env with your configuration

Start the server

bun start </code></pre>

Build and run with Docker Compose

docker-compose up --build

Or use the provided script

./docker-run.sh </code></pre>