Get started with the code and develop your SaaS.
Set up the environment variables
DATABASE_URL
Configure the database
packages/database/prisma/schema.prisma
:apps/api
and apps/app
application use the database as an example, if you need to build one of these applications then make sure that this step is completed successfully. Otherwise you can ignore this step for nowStart your development server
pnpm --filter app dev
- Launch the Main apppnpm --filter web dev
- Launch the Landing page websitepnpm --filter api dev
- Launch the APIpnpm --filter storybook dev
- Launch the Storybookpnpm --filter email dev
- Launch the Email previewspnpm --filter database dev
- Launch the Prisma Studio