Getting Started
Learn how to set up your project and start building your SaaS application.
Welcome to your new SaaS application! This guide will help you get up and running quickly.
Prerequisites
Before you begin, make sure you have:
- Node.js 24.15+ installed
- Docker running for local development
Quick Start
- Start the development environment:
npm run dev:start
This command will:
- Start Docker containers (Supabase, PostgreSQL, etc.)
- Run database migrations
- Launch the API server and Vite dev server
-
Open your browser to http://app.localhost
-
Sign in with your admin credentials
Next Steps