mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
README 2.0
This commit is contained in:
19
README.md
19
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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user