Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ flowchart LR

2. **Navigate to the project directory:**
```bash
cd recodehive-website
cd recode-website
```

3. **Prerequesites**
Expand Down Expand Up @@ -88,7 +88,7 @@ This lets you see code changes instantly at [http://localhost:3000](http://local
### 🏃 Quick Start

```bash
git clone https://github.com/your-username/recodehive-website.git
git clone https://github.com/your-username/recode-website.git
cd recodehive-website
docker-compose up
```
Expand Down Expand Up @@ -131,7 +131,7 @@ recode-website/
| ├── Google-Student-Ambassador/
| ├── ...
├── src/ 🔹Source Code
| └── compenents/
| └── components/
| ├── css/
| └── custom.css
| ├── data/
Expand Down
Loading