Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizudev/elyzen
An anime streaming website created with Nextjs 14 App Router, Tailwind CSS and Shadcn with Anify, Consumet and Anilist API
https://github.com/shimizudev/elyzen
anify anilist anime anime-scraper anime-streaming anime-streaming-website anime-watch anime-watching-website anime-website api consumet genre nextjs nextjs-app-router node shadcn-ui tailwindcss typescript
Last synced: 6 days ago
JSON representation
An anime streaming website created with Nextjs 14 App Router, Tailwind CSS and Shadcn with Anify, Consumet and Anilist API
- Host: GitHub
- URL: https://github.com/shimizudev/elyzen
- Owner: shimizudev
- Created: 2024-05-15T11:32:19.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T06:33:00.000Z (21 days ago)
- Last Synced: 2024-12-11T14:44:42.469Z (20 days ago)
- Topics: anify, anilist, anime, anime-scraper, anime-streaming, anime-streaming-website, anime-watch, anime-watching-website, anime-website, api, consumet, genre, nextjs, nextjs-app-router, node, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://elyzen.sohom829.xyz
- Size: 1.71 MB
- Stars: 73
- Watchers: 3
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Elyzen
## What is Elyzen?
Welcome to **Elyzen** your best anime site ever! Explore **[elyzen.sohom829.xyz](https://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!## Installation and Local Development 💻
### 1. Clone this repository using
```bash
git clone https://github.com/codeblitz97/elyzen.git
``````bash
cd elyzen
```### 2. Installation
### Basic Pre-Requisites
> [!TIP]
> This platform is built on [Node.js](https://nodejs.org/) and utilizes [Bun](https://bun.sh/) 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
```bash
curl -fsSL https://bun.sh/install | bash
```- Windows
```powershell
powershell -c "irm bun.sh/install.ps1 | iex"
```### Verify installations
- Check that both Node.js and Bun are correctly installed by running.
```bash
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.
```bash
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````bash
cp .env.example .env.local
```### 3. Run on development &/or production (npm also works)
- Run on development mode
```bash
bun run dev
```- Run on production mode
```bash
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**](https://github.com/codeblitz97/elyzen/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.