Update local development command (#5687)

* Updated readme.md file with cd command to move into that folder before running further npm command. Also removed roadmap from go

* Addressed review comment - Reverted changes in index.astro file
pull/5693/head
Mohamed Salman 5 months ago committed by GitHub
parent 05eab5823e
commit 375ad931f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      readme.md

@ -109,6 +109,7 @@ Clone the repository, install the dependencies and start the application
```bash
git clone git@github.com:kamranahmedse/developer-roadmap.git
cd developer-roadmap
npm install
npm run dev
```

Loading…
Cancel
Save