diff options
| author | Factiven <[email protected]> | 2023-04-28 12:45:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 12:45:45 +0700 |
| commit | 2657f2e83e69a21584f5b47229521327fefb866b (patch) | |
| tree | 11b2ceb78d0b4c0be838eb2ec951ddffb6765587 /README.md | |
| parent | Update README.md (diff) | |
| parent | Update listEditor.js (diff) | |
| download | moopa-2657f2e83e69a21584f5b47229521327fefb866b.tar.xz moopa-2657f2e83e69a21584f5b47229521327fefb866b.zip | |
Merge branch 'pre-production' into main
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -24,8 +24,9 @@ <p align="center"><a href="https://moopa.live">Moopa</a> is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.</p> - - +<p align="center"> + <img src="https://user-images.githubusercontent.com/97084324/234832975-0804e6bd-8528-4f53-b0fb-7ccce5342f59.png" alt="main" width="900"> +</p> <details> <summary>More Screenshots</summary> @@ -84,6 +85,7 @@ GRAPHQL_ENDPOINT=https://graphql.anilist.co NEXTAUTH_SECRET='type this 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" ``` + 4. Start local server : ```bash npm run dev |