vincanger f98d17b2ad
remove newsletter stuff (#383)
* remove newsletter stuff

* Update guided-tour.md

* Update deletions
2025-03-03 09:43:51 -05:00
..
2025-03-03 09:43:51 -05:00
2025-01-29 12:26:21 +01:00
2025-02-13 12:59:17 +01:00
2025-02-13 12:59:17 +01:00
2024-06-04 13:24:32 +02:00
2024-06-04 13:24:32 +02:00
2025-03-03 09:43:51 -05:00
2024-06-04 13:24:32 +02:00
2025-02-13 12:59:17 +01:00
2025-03-03 09:43:51 -05:00
2024-06-04 13:24:32 +02:00

<YOUR_APP_NAME>

Built with Wasp, based on the Open Saas template.

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.