Skip to content

Commit ef3440f

Browse files
authored
Merge pull request #120 from oslabs-beta/user0824/feat/dashboard
User0824/feat/dashboard
2 parents e84240b + e10a5f8 commit ef3440f

File tree

9 files changed

+914
-322
lines changed

9 files changed

+914
-322
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Before you begin, ensure you have:
2929

3030
```bash
3131
# Click the "Fork" button on GitHub, then clone your fork
32-
git clone https://github.com/YOUR_USERNAME/coffybara.git
32+
git clone https://github.com/oslabs-beta/capybara.git
3333
cd coffybara
3434
```
3535

3636
2. **Add upstream remote**
3737

3838
```bash
39-
git remote add upstream https://github.com/oslabs-beta/coffybara.git
39+
git remote add upstream https://github.com/oslabs-beta/capybara.git
4040
```
4141

4242
3. **Set up Google Cloud Secrets** (for testing)
@@ -55,7 +55,7 @@ Before you begin, ensure you have:
5555

5656
5. **Verify everything works**
5757
- Dashboard: http://localhost:5173
58-
- API: http://localhost:3001
58+
- API: http://localhost:3000
5959
- Run tests: `npm test`
6060

6161
## 🔄 Development Workflow

0 commit comments

Comments
 (0)