An open source anime streaming website that allows you to browse & watch a vast collection of anime, powered by eyepapcorn API
Self-Hosting
Clone Reposiory
git clone
Install Dependencies
pnpm install #or npm install
Add your api instance url to .env
file (or you can just use our default api)
API_URL=https://api.eyepapcorn.com
Run dev server
pnpm dev #or npm run dev
Vercel
To deploy & host you own instance of eyepapcorn
on vercel, you can simply click the button below and follow the steps on vercel page
Navigate to Project > Settings > Environment Variables and then add the following the environment variable
API_URL=https://api.eyepapcorn.com
- Nuxt with TypeScript
- Nuxt UI & Tailwindcss for UI
This project is distributed under the MIT License.