Welcome to Elyzen your best anime site ever! Explore elyzen.sohom829.xyz 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!
git clone https://github.com/codeblitz97/elyzen.git
cd elyzen
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.
- Linux & macOS
curl -fsSL https://bun.sh/install | bash
- Windows
powershell -c "irm bun.sh/install.ps1 | iex"
- Check that both Node.js and Bun are correctly installed by running.
node -v
bun -v
- You can use Bun to install dependencies quickly. If you prefer,
npm
can also be used with equivalent commands.
bun install
.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
- Run on development mode
bun run dev
- Run on production mode
bun start
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.
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.