mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-21 23:39:04 +01:00
17 lines
740 B
Markdown
17 lines
740 B
Markdown
# <YOUR_APP_NAME>
|
|
|
|
Built with [Wasp](https://wasp.sh), based on the [Open Saas](https://opensaas.sh) template.
|
|
|
|
## UI Components
|
|
|
|
This template includes [ShadCN UI](https://ui.shadcn.com/) v2 for beautiful, accessible React components. See [SHADCN_SETUP.md](./SHADCN_SETUP.md) for details on how to use ShadCN components in your app.
|
|
|
|
## Development
|
|
|
|
### Running locally
|
|
|
|
- Make sure you have the `.env.client` and `.env.server` files with correct dev values in the root of the project.
|
|
- Run the database with `wasp start db` and leave it running.
|
|
- Run `wasp start` and leave it running.
|
|
- [OPTIONAL]: If this is the first time starting the app, or you've just made changes to your entities/prisma schema, also run `wasp db migrate-dev`.
|