1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

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
This commit is contained in:
Mohamed Salman 2024-05-17 16:34:12 +05:30 committed by GitHub
parent 05eab5823e
commit 375ad931f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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