Minimalistic simple-looking Anime website created using Next.js 14 and Tailwind CSS.
- Fast
- Mobile/Tablet friendly
- Easy to navigate
- Trending/Popular/Seasonal anime
- No Ads
First, clone the repository:
git clone https://github.com/codeblitz97/reveraki.git
Then navigate to the folder and install packages with your preferred package manager.
npm install # or yarn install or bun install
Rename the .env.example
file to .env.local
and fill in these:
REDIS_URI = "" # Your Redis URI. Not required. Remove this if you don't need Redis for caching. It will use node-cache by default.
CONSUMET_API = "" # Consumet API. Host from: https://github.com/consumet/api.consumet.org/
NEXT_PUBLIC_DOMAIN = "http://localhost:3000" # Your website URL (required for info and episode), replace it with your website URL
To start the application in development mode, run any of these commands:
bun dev
# or yarn
yarn dev
# or npm
npm dev
If you like this project, consider giving it a star <3