Compare commits
1 commit
4eb70ce20d
...
d109a114e1
Author | SHA1 | Date | |
---|---|---|---|
d109a114e1 |
1 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ This project is built with a modern tech stack:
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
3. **Set up environment variables:**
|
3. **Set up environment variables:**
|
||||||
|
|
||||||
- You will need to create an `AUTH_SECRET`. You can generate one using the following command:
|
- You will need to create an `AUTH_SECRET`. You can generate one using the following command:
|
||||||
```bash
|
```bash
|
||||||
npx auth secret
|
npx auth secret
|
||||||
|
@ -97,7 +96,6 @@ This project is built with a modern tech stack:
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Apply database migrations (Prisma):**
|
4. **Apply database migrations (Prisma):**
|
||||||
|
|
||||||
- Ensure your Prisma schema (`prisma/schema.prisma`) is defined.
|
- Ensure your Prisma schema (`prisma/schema.prisma`) is defined.
|
||||||
- Setup/update the database with these commands:
|
- Setup/update the database with these commands:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue