19 lines
309 B
Markdown
19 lines
309 B
Markdown
## 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
|
|
```
|
|
|
|

|