Skip to content

Commit 76a29b5

Browse files
committed
updated setup steps
1 parent bded855 commit 76a29b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ To run the application on your local system follow these steps
2626
2. Move to the project directory.
2727
3. `git checkout development`
2828
4. `npm install`
29-
5. Open `localhost:3000` to view the website on your local browser.
29+
5. `npm run build`
30+
6. `npm start`
31+
7. Open `localhost:5000` to view the website on your local browser.
3032

3133
## File Structure
3234

0 commit comments

Comments
 (0)