From 1a8499cf26609153412d9dfe010139cf9117c6d8 Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Sun, 6 Oct 2024 13:52:01 +0530 Subject: [PATCH] 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. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4b90b598..12ebbf08 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.