Roadmap to becoming a developer in 2022

40 lines
1.5 KiB

5 years ago
<p align="center">
<img src="public/brand.png" height="128">
5 years ago
<h2 align="center">roadmap.sh</h2>
<p align="center">Community driven roadmaps, articles and resources for developers<p>
<p align="center">
<a href="https://roadmap.sh/guides">
5 years ago
<img src="https://img.shields.io/badge/-Guides-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="roadmaps" />
5 years ago
</a>
<a href="https://roadmap.sh/roadmaps">
5 years ago
<img src="https://img.shields.io/badge/-Roadmaps-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="roadmaps" />
5 years ago
</a>
<a href="./contributing/guide.md">
<img src="https://img.shields.io/badge/%E2%9D%A4-Contribute-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="roadmaps" />
5 years ago
</a>
</p>
</p>
5 years ago
[roadmap.sh](https://roadmap.sh) is the community effort to create knowledge that is approachable for the developers.
5 years ago
5 years ago
The website is built with Next.js, contains roadmaps which are the step by step guides for developers, guides which are the easier to understand explanations on the complex topics. Anyone can contribute to the website by suggesting changes to existing paths, adding learning resources, becoming an author by adding new guides, updating the existing guides.
5 years ago
5 years ago
## Development
5 years ago
Clone the repository, install the dependencies and start the application
5 years ago
```bash
git clone https://github.com/kamranahmedse/roadmap.sh
yarn install
yarn dev
```
5 years ago
## Contributions
* Add new Roadmap
* Suggest changes to existing roadmap
* Write an article
* Improve the site's codebase
* Write tests