YumeNime is short for "夢" (Yume = Dream), and "Anime" is an anime streaming website powered by Consumet and amvstrm API. You can watch all kinds of anime for free without ads on any screen size.
- Next.js
- TypeScript
- Tailwind CSS
- shadcn/ui
- Vidstack Player
- Clone this repository
git clone https://github.com/reynaldomarchell/yumenime.git
- Go to the project directory and open VS Code
cd yumenime
code .
- Change
.env.example
to.env.local
, then fill in your API key
# Input your amvstrm and Consumet API key here
NEXT_PUBLIC_AMVSTRM =
NEXT_PUBLIC_CONSUMET =
- Install the dependencies and run the app
npm i
npm run dev
- App will run on http://localhost:3000