Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
309 B

5 years ago
## 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
```
![](https://i.imgur.com/m7MeL9Q.png)