aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-11-18 10:04:17 +0700
committerGitHub <[email protected]>2023-11-18 10:04:17 +0700
commitd8630f8011dab6c81aee0abbd74d88b2e0176d33 (patch)
treeb72a73ff1695df43464a02249b10f8fe7a443277 /README.md
parentUpdate [id].js (diff)
downloadmoopa-pre-v4.3.0.tar.xz
moopa-pre-v4.3.0.zip
Update pre-v4.3.0 - Merged Branch pre-push-prev4.3.0 to main (#98)pre-v4.3.0
* Update pre-v4.3.0 * Update aniAdvanceSearch.js
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6be4603..7c79382 100644
--- a/README.md
+++ b/README.md
@@ -110,14 +110,7 @@ git clone https://github.com/DevanAbinaya/Ani-Moopa.git
npm install
```
-3. Generate Prisma :
-
-```bash
-npx prisma migrate dev
-npx prisma generate
-```
-
-4. Create `.env` file in the root folder and put this inside the file :
+3. Create `.env` file in the root folder and put this inside the file :
```bash
## AniList
@@ -142,12 +135,19 @@ DATABASE_URL="Your postgresql connection url"
REDIS_URL="rediss://username:password@host:port"
```
-5. Add this endpoint as Redirect Url on AniList Developer :
+4. Add this endpoint as Redirect Url on AniList Developer :
```bash
https://your-website-domain/api/auth/callback/AniListProvider
```
+5. Generate Prisma :
+
+```bash
+npx prisma migrate dev
+npx prisma generate
+```
+
6. Start local server :
```bash