Getting Started
Run Allowealth locally in four steps.
Prerequisites
- Bun 1.x
- Git access to this repository
Step 1: Install dependencies
bun installcp .env.example .envbun run db:resetThis creates the database schema and seeds demo data.
Step 2: Start the dev server
bun run devOpen the URL shown in your terminal (usually http://localhost:4321).
Step 3: Sign in
Use the demo account:
- Email:
demo@example.com - Password:
demo123
Step 4: Complete a workflow
- Open Dashboard
- Create a transaction
- Open Budget and check the updated totals
- Open Reports and verify the transaction appears
Your local environment is ready.
Next steps
- Read Core Concepts to understand workspaces and roles
- Follow End User Onboarding for daily workflows
- See Developer Setup for contribution guidelines