2019-11-14 21:32:28 +04:00
|
|
|
## roadmap.sh
|
|
|
|
> Community driven roadmaps, articles and resources for developers
|
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
|
|
|

|