Prerequisites
Install the following tools before you begin:Get started
1
Clone the repository
Clone SaaS Foundation and enter the project directory.
2
Install dependencies
Install the project packages with pnpm.
3
Set up the application
Run the interactive setup command to
- launch the docker container with the postgres database inside it
- create the admin user you will use to login to the application
- create an initial organization you are a member of
- seed the database with some initial data
4
Start the development server
Launch SaaS Foundation platform development server.You’re all set. Open
http://localhost:3000, sign in with the admin user
you created during setup, and get started exploring the
admin and customer portals.Configure email
To send invitations and account emails, create an account with Resend, generate an API key, and add it to.env.