aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-20 11:42:08 +0700
committerFactiven <[email protected]>2023-05-20 11:42:08 +0700
commit89486c64ab9d71302a78e391a8b5cf3640f592d5 (patch)
treebf6090115c931c425cf36b6774da948e93999726 /README.md
parentmoved proxy to env (diff)
downloadmoopa-89486c64ab9d71302a78e391a8b5cf3640f592d5.tar.xz
moopa-89486c64ab9d71302a78e391a8b5cf3640f592d5.zip
Small changes
> Replaced Anilist Index to This Season on Navbar
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb9c373..8eefded 100644
--- a/README.md
+++ b/README.md
@@ -95,9 +95,16 @@ CLIENT_SECRET="get the secret from here https://anilist.co/settings/developer"
GRAPHQL_ENDPOINT="https://graphql.anilist.co"
NEXTAUTH_SECRET='run this cmd in your bash terminal (openssl rand -base64 32) with no bracket, and paste it here'
NEXTAUTH_URL="for development use http://localhost:3000/ and for production use your domain url"
+PROXY_URI="I recommend you to use this cors-anywhere as a proxy https://github.com/Rob--W/cors-anywhere follow the instruction on how to use it there."
```
-4. Start local server :
+4. Add this endpoint as Redirect Url on AniList Developer :
+
+```bash
+https://{your-website-url}/api/auth/callback/AniListProvider
+```
+
+5. Start local server :
```bash
npm run dev