Skip to content

An anime streaming website created with Nextjs 14 App Router, Tailwind CSS and Shadcn with Anify, Consumet and Anilist API

Notifications You must be signed in to change notification settings

codeblitz97/elyzen

Repository files navigation

Logo

What is Elyzen?

Welcome to Elyzen your best anime site ever! Explore elyzen.vercel.app and dive into the world of anime. Enjoy your favorite anime with English subs or dubs, and here's the kicker - you can download individual episodes hassle-free, no sign-up required!

Installation and Local Development 💻

1. Clone this repository using

git clone https://github.com/codeblitz97/elyzen.git
cd elyzen

2. Installation

Basic Pre-Requisites

Tip

This platform is built on Node.js and utilizes Bun to ensure the quickest response times achievable. While npm can also be used, the commands for npm would mirror those of Bun, simply substituting the specific commands accordingly.

Bun is now available on Windows, Linux, and macOS. Below are the installation commands for each operating system.

Install Bun

  • Linux & macOS
curl -fsSL https://bun.sh/install | bash
  • Windows
powershell -c "irm bun.sh/install.ps1 | iex"

Verify installations

  • Check that both Node.js and Bun are correctly installed by running.
node -v
bun -v

Install Dependencies

  • You can use Bun to install dependencies quickly. If you prefer, npm can also be used with equivalent commands.
bun install

Copy .env.example into .env.local in the root folder

  • .env.local & .env are both viable options, you can also set .env.test.local, .env.development.local or .env.production.local
cp .env.example .env.local

3. Run on development &/or production (npm also works)

  • Run on development mode
bun run dev
  • Run on production mode
bun start

Found a Bug? 🐞

Uh-oh, looks like you stumbled upon a bug? No worries, we're here to squash it! Just head over to our issues section on GitHub and let us know what's up.

Contributors 🤲

Want to Help Out?

Feel free to contribute to this project! Whether you're an experienced developer or have been in the field for a while, your help is valuable.