KO
|
EN
gitlite — search
Search
#python
#java
#javascript
#ruby
#android
#php
#hacktoberfest
#dotfiles
#nodejs
#template
#command-line
#command-line-tool
elyzen
★ 86
Open GitHub ↗
In process of rewrite :D
Download README (.md)
Explore Similar Repositories
millrace
:
Turns repeatable, domain-agnostic workflows into graph-driven loops.
Coffy
:
Open source lightweight embedded database engine for Python that supports NoSQL, SQL, and Graph data models.
zerobus-sdk
:
Databricks's Zerobus Ingest SDKs
tw-fade
:
Elegant, CSS-driven scroll-edge fade masking for Tailwind CSS v4. Zero JavaScript.
Taix
:
基于Avalonia与Rust构建的跨平台(Windows/macOS)软件与网站使用时长统计工具
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
elyzen
?
Download (.md)
<h1 align="center"> <a href="https://elyzen.vercel.app"> Elyzen </a> </h1> <p align="center"> <a href="#"><img src="https://img.shields.io/badge/typescript-%23007acc.svg?style=for-the-badge&logo=typescript&logoColor=%23ffffff"/></a> <a href="#"><img src="https://img.shields.io/badge/shadcn/UI-%23ffffff.svg?style=for-the-badge&logo=shadcnui&logoColor=black"/></a> <a href="#"><img src="https://img.shields.io/badge/nextjs-%2320232a.svg?style=for-the-badge&logo=nextdotjs&logoColor=white"/></a> <a href="#"><img src="https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white"/></a> </p> <p align="center"> <a href="#"><img src="https://img.shields.io/badge/Node.js-339933.svg?style=for-the-badge&logo=node.js&logoColor=white"/></a> <a href="#"><img src="https://img.shields.io/badge/Bun.js-febbd0.svg?style=for-the-badge&logo=bun&logoColor=f9f1e1"/></a> </p> <p align="center"> <a href="https://elyzen.vercel.app" target="_blank"> <img src="https://github.com/codeblitz97/elyzen/blob/master/public/android-chrome-512x512.png?raw=true" alt="Logo" width="200"/> </a> </p> ## 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 🤲 <img width="100" src="https://contrib.rocks/image?repo=codeblitz97/elyzen" /> #### 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.