From f8631b4ef757b125516bac218c241262823ee0ec Mon Sep 17 00:00:00 2001 From: tejaspanchall Date: Tue, 10 Jun 2025 01:22:48 +0530 Subject: [PATCH] README 2.0 --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6a5cc75..554fe61 100644 --- a/README.md +++ b/README.md @@ -52,27 +52,18 @@ Built using **Next.js** and **React**, JustAnime offers a cutting-edge, minimali ## Quick Start -### Clone the repository - ```bash +# Clone the repository & Navigate to projetc directory git clone https://github.com/tejaspanchall/JustAnime.git -``` +cd JustAnime -### Install dependencies - -```bash +# Install dependencies npm install -``` -### Set up environment variables - -```bash +# Set up environment variables cp .env.example .env -``` -### Start development server - -```bash +# Start development server npm run dev ```