Altiora is a self-coaching platform for traders and makers that merges productivity tooling, trading journals, and behavioral coaching.
- Clone the repository
git clone https://github.com/AltioraPro/altiora- Enter the project directory
cd altiora- Prepare environment variables
copy .env.example .env- Install dependencies
bun install- Start Docker Compose
docker compose up -d- Push the database schema (Drizzle + PostgreSQL)
bun db:push- Start the development server
bun devThe app serves on http://localhost:3000.
- Start all services :
bun dev - Formatting and linting:
bun checks - Generate migrations:
bun db:generate - Database studio:
bun db:studio
The license definition is in progress.
