Hiruki is and anime streaming platform, built with Solidjs & Tailwindcss. Hiruki does not display any ads, it's entirely free.
- No Ads
- User-friendly interface
- Responsive on any device
- Fast and great performance
- Run the following commands to clone the repository, and install the dependencies:
git clone https://github.com/Kenimarru/hiruki.git
cd hiruki
npm install
- Added the environment variables to .env file
VITE_API_V1="amvstr api version 1 which can be found here https://docs.amvstr.me/api/introduction"
VITE_API_V2="amvstr api version 2 which can be found here https://docs.amvstr.me/api/introduction"
- Start the dev server with the following command:
npm run dev
That's it, now it's running on http://localhost:3000
- You can directly deploy to vercel from here
- make sure to update the environment variables
- Amvstrm's API for everything on hiruki.
This project is licensed under the MIT License