README 2.0

This commit is contained in:
tejaspanchall
2025-06-10 01:22:48 +05:30
parent 41e09d1561
commit f8631b4ef7

View File

@@ -52,27 +52,18 @@ Built using **Next.js** and **React**, JustAnime offers a cutting-edge, minimali
## Quick Start ## Quick Start
### Clone the repository
```bash ```bash
# Clone the repository & Navigate to projetc directory
git clone https://github.com/tejaspanchall/JustAnime.git git clone https://github.com/tejaspanchall/JustAnime.git
``` cd JustAnime
### Install dependencies # Install dependencies
```bash
npm install npm install
```
### Set up environment variables # Set up environment variables
```bash
cp .env.example .env cp .env.example .env
```
### Start development server # Start development server
```bash
npm run dev npm run dev
``` ```