vincanger 94a6b8f645
Upgrade v0.14 ()
* Create schema.prisma

* update admin pages

* update app_diff

* Update e2e-tests.yml

* update docs & rename hook

* Update schema.prisma

* update app_diff

* add discord auth and app_diff

* update docs

* Update template/app/src/auth/userSignupFields.ts

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* move landing page

* update .env.vault

* Update e2e-tests.yml

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-07-16 12:01:03 +02:00
..
2024-06-04 13:24:32 +02:00
2024-07-16 12:01:03 +02:00
2024-06-04 13:24:32 +02:00
2024-06-04 13:24:32 +02:00
2024-06-04 13:24:32 +02:00
2024-07-16 12:01:03 +02:00
2024-06-04 13:24:32 +02:00
2024-06-04 13:24:32 +02:00
2024-07-16 12:01:03 +02:00
2024-06-04 13:24:32 +02:00
2024-06-04 13:24:32 +02: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.