8000 GitHub - sankalpmax/Miruro: 🍜 Miruro is an Anime Streaming Site with minimal UI. Made with ⚑ Vite & 🍞 Bun!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🍜 Miruro is an Anime Streaming Site with minimal UI. Made with ⚑ Vite & 🍞 Bun!

License

Notifications You must be signed in to change notification settings

sankalpmax/Miruro

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

83 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚧️ A major rewrite of the website is being worked on! 🚧️ That means, most efforts around Miruro will be kept at minimum – there might be no time-intensive and major updates done on top of the existing code.

Logo

MIRURO.com

Discord Shield

What is Miruro?

Miruro is an anime streaming website made possible by the Consumet API, built with Reactβš›οΈ and Vite⚑, featuring a sleek and modern design. It offers Anilist integration to help you keep track of your favorite anime series. Your Website Name is entirely free and does not display any ads, making it a great option for those who want an uninterrupted viewing experience.

Features πŸͺ΄

  • General
    • Free ad-supported streaming service
    • Dub Anime support
    • User-friendly interface
    • Add Anime/Manga to your AniList
    • Mobile responsive
    • Fast page load
  • Watch Page
    • Player
      • Autoplay next episode
      • Skip op/ed button
      • Theater mode
    • Comment section
  • Profile page to see your watch list
  • Profile page to see your continue watching
  • Check new commits to see new features and changes!

Home Page

Home Page
View More

Splash Page


Splash Page

Watch Page

Watch Page

Footer

Footer

Installation πŸ› οΈ

Before starting installation ⚠️

Before we proceed with the installation, we strongly recommend using Bun for a seamless and efficient setup. While Node.js is an alternative, Bun provides a comprehensive solution tailored for our project.

1. Clone this repository using

git clone https://github.com/Miruro-no-kuon/Miruro.git
cd Miruro

2. Installation

Basic Pre-Requisites

As you might expect, Miruro relies on Node.js. However, for optimal performance, Miruro leverages Bun to achieve the fastest response times possible.

Download and install Bun

curl -fsSL https://bun.sh/install | bash

Download and install Node.js

Verify the installation

bun -v
node -v
npm -v

Install Dependencies

The following are custom installation commands, you can allways do it manually.

npm iu
or
npm install && cd server && npm install

or

bun iu
or
bun install && cd server && npm install

Copy the .env.example contents to .env in the root folder

cp .env.example .env

3. Run on development &/or production

npm run dev
npm start

or

bun run dev
bun start

For Local Development πŸ’»

Please be aware that self-hosting this application is strictly limited to personal use only. Commercial utilization is prohibited, and the inclusion of advertisements on your self-hosted website may lead to consequences, including potential site takedown measures.

License πŸ“

This project is licensed under the Custom BY-NC License. You are free to use, share, and modify the code for non-commercial purposes with proper attribution to the original author(s). Commercial use is not allowed. For details, see the LICENSE file. Feel free to contact the author(s) for questions or additional permissions.

Bug Report 🐞

If you encounter any issues or bug on the site please head to issues and create a bug report there.

Contact πŸ“§

If you have any questions or feedback, please reach out to us at miruro@proton.me, or you can join our Discord Sever.

Discord Banner 2

Support & Contributions 🀲

⭐️ Star this project ⭐️

Feel free to contribute to this project! Whether you're an experienced developer or have been in the field for a while, your help is valuable.

Star History πŸ“ˆ

Star History Chart

Note for Beginners πŸ’¬

If you're new to JavaScript or programming in general, no worries! Take some time to familiarize yourself with the basics before diving into this project. I'm here to help answer any questions you might have along the way. Don't hesitate to reach out, and let's learn and build together! 😊

About

🍜 Miruro is an Anime Streaming Site with minimal UI. Made with ⚑ Vite & 🍞 Bun!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • HTML 1.2%
0