mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
socials
This commit is contained in:
36
README.md
36
README.md
@@ -1,28 +1,34 @@
|
||||
<p align="center">
|
||||
<div align="center">
|
||||
<a href="https://justanime.to">
|
||||
<img alt="JustAnime" src="https://github.com/tejaspanchall/JustAnime/blob/main/public/footer.png" width="220"/>
|
||||
<img alt="JustAnime" src="https://github.com/JustAnimeCore/JustAnime/blob/main/public/footer.png" width="220"/>
|
||||
</a>
|
||||
</div>
|
||||
<h3 align="center">JustAnime - Clean anime streaming platform</h3>
|
||||
<p align="center">
|
||||
<a href="https://github.com/tejaspanchall/JustAnime">
|
||||
<img src="https://img.shields.io/github/stars/tejaspanchall/JustAnime" alt="Github Stars">
|
||||
<a href="https://github.com/JustAnimeCore/JustAnime">
|
||||
<img src="https://img.shields.io/github/stars/JustAnimeCore/JustAnime" alt="Github Stars">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/issues/tejaspanchall/JustAnime" alt="Github Issues">
|
||||
<a href="https://github.com/tejaspanchall/JustAnime">
|
||||
<img src="https://img.shields.io/github/forks/tejaspanchall/JustAnime" alt="Github Forks" />
|
||||
<img src="https://img.shields.io/github/issues/JustAnimeCore/JustAnime" alt="Github Issues">
|
||||
<a href="https://github.com/JustAnimeCore/JustAnime">
|
||||
<img src="https://img.shields.io/github/forks/JustAnimeCore/JustAnime" alt="Github Forks" />
|
||||
</a>
|
||||
</p>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://justanime.to">JustAnime</a> is an open-source anime streaming service that uses <a href="https://github.com/itzzzme/anime-api">ANIME</a> API, built using ReactJS with javascript and Tailwind CSS. It lets you easily find any anime with intuitive search & suggestion feature and stream without any ads.
|
||||
<a href="https://justanime.to">JustAnime</a> is an open-source anime streaming service that uses <a href="https://github.com/JustAnimeCore/HiAnime-Api">HiAnime-Api</a>, built using ReactJS with javascript and Tailwind CSS. It lets you easily find any anime with intuitive search & suggestion feature and stream without any ads.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://discord.gg/P3yqksmGun">
|
||||
<img src="https://img.shields.io/badge/Join%20our%20Discord-5865F2?logo=discord&logoColor=white" alt="Join our Discord">
|
||||
</a>
|
||||
<a href="https://t.me/JustAnimeZone">
|
||||
<img src="https://img.shields.io/badge/Join%20our%20Telegram-26A5E4?logo=telegram&logoColor=white" alt="Join our Telegram">
|
||||
</a>
|
||||
<a href="https://www.instagram.com/watchjustanime">
|
||||
<img src="https://img.shields.io/badge/Follow%20on%20Instagram-E4405F?logo=instagram&logoColor=white" alt="Follow on Instagram">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<details>
|
||||
@@ -53,18 +59,18 @@
|
||||
## Previews
|
||||
|
||||
<div style="text-align: left;">
|
||||
<img src="https://github.com/tejaspanchall/JustAnime/blob/main/public/home.PNG" alt="Home Page" style="max-width: 80%;" >
|
||||
<img src="https://github.com/JustAnimeCore/JustAnime/blob/main/public/home.PNG" alt="Home Page" style="max-width: 80%;" >
|
||||
<details>
|
||||
<summary style="margin-top:10px">View more screenshots</summary>
|
||||
<br/>
|
||||
AnimeInfo Page
|
||||
<img src="https://github.com/tejaspanchall/JustAnime/blob/main/public/info.PNG" style="margin-top:10px" src="" alt="AnimeInfo Page" style="max-width: 80%;">
|
||||
<img src="https://github.com/JustAnimeCore/JustAnime/blob/main/public/info.PNG" style="margin-top:10px" src="" alt="AnimeInfo Page" style="max-width: 80%;">
|
||||
<br/>
|
||||
Character & Voice Actors
|
||||
<img src="https://github.com/tejaspanchall/JustAnime/blob/main/public/char.PNG" style="margin-top:10px" src="" alt="Character & Voice Actors" style="max-width: 80%;">
|
||||
<img src="https://github.com/JustAnimeCore/JustAnime/blob/main/public/char.PNG" style="margin-top:10px" src="" alt="Character & Voice Actors" style="max-width: 80%;">
|
||||
<br/>
|
||||
Watch Page
|
||||
<img src="https://github.com/tejaspanchall/JustAnime/blob/main/public/watch.PNG" style="margin-top:10px" src="" alt="Watch Page" style="max-width: 80%;">
|
||||
<img src="https://github.com/JustAnimeCore/JustAnime/blob/main/public/watch.PNG" style="margin-top:10px" src="" alt="Watch Page" style="max-width: 80%;">
|
||||
<br/>
|
||||
</details>
|
||||
</div>
|
||||
@@ -76,12 +82,12 @@
|
||||
### 2. Run the following code to clone the repository and install all required dependencies
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tejaspanchall/JustAnime.git
|
||||
git clone https://github.com/JustAnimeCore/JustAnime.git
|
||||
cd JustAnime
|
||||
npm install # or yarn
|
||||
```
|
||||
|
||||
### 3. Refer the <a href="https://github.com/tejaspanchall/JustAnime/blob/main/.env.example">.env.example</a> to set your .env file up
|
||||
### 3. Refer the <a href="https://github.com/JustAnimeCore/JustAnime/blob/main/.env.example">.env.example</a> to set your .env file up
|
||||
|
||||
## Start the server
|
||||
|
||||
@@ -94,13 +100,13 @@ npm start # or npm run dev (to run develepment server)
|
||||
|
||||
Host your own instance of <a href="https://justanime.fun">JustAnime</a> on vercel
|
||||
|
||||
[](https://vercel.com/new/clone?repository-url=https://github.com/tejaspanchall/JustAnime)
|
||||
[](https://vercel.com/new/clone?repository-url=https://github.com/JustAnimeCore/JustAnime)
|
||||
|
||||
### Render
|
||||
|
||||
Host your own instance of <a href="https://justanime.fun">JustAnime</a> on Render.
|
||||
|
||||
[](https://render.com/deploy?repo=https://github.com/tejaspanchall/JustAnime)
|
||||
[](https://render.com/deploy?repo=https://github.com/JustAnimeCore/JustAnime)
|
||||
|
||||
## Pull Requests
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ function Contact() {
|
||||
<span className="text-white/60 group-hover:text-white">Join Discord Server</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/tejaspanchall/JustAnime"
|
||||
href="https://github.com/JustAnimeCore/JustAnime"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
||||
|
||||
Reference in New Issue
Block a user