- Notifications
You must be signed in to change notification settings - Fork22
An anime streaming website created with Nextjs 14 App Router, Tailwind CSS and Shadcn with Anify, Consumet and Anilist API
shimizudev/elyzen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome toElyzen your best anime site ever! Exploreelyzen.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 onNode.js and utilizesBun to ensure the quickest response times achievable. Whilenpm
can also be used, the commands for npm would mirror those of Bun, simply substituting the specific commands accordingly.
Bun is now available onWindows,Linux, andmacOS. 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 -vbun -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 ourissues 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.
About
An anime streaming website created with Nextjs 14 App Router, Tailwind CSS and Shadcn with Anify, Consumet and Anilist API