Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hu8813 authored Jun 15, 2024
1 parent 6017443 commit f6ac919
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@ To get started with Pong42, follow these steps:
cd pong42
```

2. **Backend Setup**:
```bash
cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```
2. **Create .env file**:
just rename sample.env to .env and use it as Reference

3. **Frontend Setup**:
3. **Run**:
```bash
cd frontend
open index.html
make
# OR
docker compose up
```

### Live Demo of 42 Transcendence Project
Expand Down

0 comments on commit f6ac919

Please sign in to comment.