mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 22:01:45 +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
|
## 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user