Skip to content

Commit

Permalink
fix: add /learn to the localhost path
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Jun 14, 2024
1 parent 37f7e03 commit 40c4644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Running the project locally is essential to see your changes in real-time and te
npm start
```

After the local development server is ready, you can access the project in your web browser at `http://localhost:3000`.
After the local development server is ready, it will automatically open the project at `http://localhost:3000/learn` on your browser.

2. **Make and test changes**.

Expand Down

0 comments on commit 40c4644

Please sign in to comment.