|
|
|
@ -1,17 +1,28 @@ |
|
|
|
|
## roadmap.sh |
|
|
|
|
> Community driven roadmaps, articles and resources for developers |
|
|
|
|
<p align="center"> |
|
|
|
|
<img src="static/brand.png" height="128"> |
|
|
|
|
<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"> |
|
|
|
|
<img src="https://img.shields.io/badge/view-guides-informational.svg" /> |
|
|
|
|
</a> |
|
|
|
|
<a href="https://roadmap.sh/roadmaps"> |
|
|
|
|
<img src="https://img.shields.io/badge/view-roadmaps-blue.svg" alt="roadmaps" /> |
|
|
|
|
</a> |
|
|
|
|
<a href="https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing"> |
|
|
|
|
<img src="https://img.shields.io/badge/contributions-welcome-orange.svg" alt="contribute" /> |
|
|
|
|
</a> |
|
|
|
|
</p> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
[roadmap.sh](https://roadmap.sh) is the community effort to create knowledge that is approachable for the developers. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## How to Setup? |
|
|
|
|
|
|
|
|
|
## 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 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|