From fde8db036338d23e0b79070f508209bee835aa03 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 14 Nov 2019 22:22:04 +0400 Subject: [PATCH] Update readme --- readme.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 398a3ba57..8b694505c 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,28 @@ -## roadmap.sh -> Community driven roadmaps, articles and resources for developers +

+ +

roadmap.sh

+

Community driven roadmaps, articles and resources for developers

+

+ + + + + roadmaps + + + contribute + +

+

+ +[roadmap.sh](https://roadmap.sh) is the community effort to create knowledge that is approachable for the developers. + + +## How to Setup? -## Setup -Clone the repository ```bash git clone https://github.com/kamranahmedse/roadmap.sh -``` -Install the dependencies -```bash yarn install -``` -Start the application -```bash yarn dev ```