Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.48 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.48 KB

Eyeypapcorn

An open source anime streaming website that allows you to browse & watch a vast collection of anime, powered by eyepapcorn API

Stars Forks

Installation

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

Deploy

Navigate to Project > Settings > Environment Variables and then add the following the environment variable

API_URL=https://api.eyepapcorn.com

Tech Stack

License

This project is distributed under the MIT License.