aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-08-09 20:32:03 +0700
committerGitHub <[email protected]>2023-08-09 20:32:03 +0700
commite740f670e13f399c0b44af4a8615d7e868212116 (patch)
tree23186244891d5a73b2ffe1e108743e0775ca584f /README.md
parentUpdate v3.9.0 - Merged Beta to Main (#41) (diff)
downloadmoopa-3.9.1.tar.xz
moopa-3.9.1.zip
Update v3.9.1 - Merged Beta to Main (#44)v3.9.1
* commit * update db * Update v3.9.1-beta-v3.1 * Update v3.9.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0802ba1..f21ccfc 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,13 @@ git clone https://github.com/DevanAbinaya/Ani-Moopa.git
npm install
```
-3. Create `.env` file in the root folder and put this inside the file :
+3. Generate Prisma :
+
+```bash
+npx prisma generate
+```
+
+4. Create `.env` file in the root folder and put this inside the file :
```bash
## AniList
@@ -114,13 +120,13 @@ DISQUS_SHORTNAME='put your disqus shortname here. (optional)'
DATABASE_URL="Your postgresql connection url"
```
-4. Add this endpoint as Redirect Url on AniList Developer :
+5. Add this endpoint as Redirect Url on AniList Developer :
```bash
https://your-website-url/api/auth/callback/AniListProvider
```
-5. Start local server :
+6. Start local server :
```bash
npm run dev