Update localhost port to 3000 in readme

Yarn dev by default runs the application on port 3000. Changed the port accordingly in readme to maintain consistency.
This commit is contained in:
Shatanik Mahanty
2024-10-06 13:52:01 +05:30
committed by GitHub
parent afc86efe28
commit 1a8499cf26

View File

@@ -46,6 +46,6 @@ yarn install
yarn dev
```
- Now, you should be able to view the docs on your local environment by visiting `http://localhost:5000`. You can explore the different markdown files and make changes as you see fit.
- Now, you should be able to view the docs on your local environment by visiting `http://localhost:3000`. You can explore the different markdown files and make changes as you see fit.
- **Footnotes:** This guide assumes you have Node.js and npm installed. The guide involves running a local server using yarn, and viewing the documentation offline. If you encounter any issues, it may be worth verifying your Node.js and npm installations and whether you have installed yarn correctly.