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.

25 lines
488 B

2 years ago
![](https://i.imgur.com/waxVImv.png)
2 years ago
2 years ago
<p align="center">You are probably looking for <a href="https://github.com/kamranahmedse/developer-roadmap">Developer Roadmap</p>
2 years ago
2 years ago
![](https://i.imgur.com/waxVImv.png)
2 years ago
2 years ago
# next.roadmap.sh
WIP version of roadmap.sh built with [Astro](https://astro.build) and Tailwind.
2 years ago
2 years ago
## Development
2 years ago
2 years ago
Clone the repo and install dependencies:
2 years ago
2 years ago
```bash
git clone git@github.com:kamranahmedse/roadmap.sh.git
pnpm install
2 years ago
```
2 years ago
Run the project
2 years ago
2 years ago
```shell
pnpm run dev
```
2 years ago