Update readme

pull/1331/head
Kamran Ahmed 3 years ago
parent 17e2ffd110
commit 1467865e45
  1. 26
      readme.md

@ -13,15 +13,15 @@
*** ***
<p align="center"> <p align="center">
<sup>Special Announcement:</sup> <sup>Special Announcement:</sup>
<br> <br>
<a href="https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1"> <a href="https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1">
<img width="70px" src="https://roadmap.sh/sponsors/youtube.svg"> <img width="70px" src="https://roadmap.sh/sponsors/youtube.svg">
</a> </a>
<br> <br>
<sub><b>We now have a YouTube Channel</b></sub> <sub><b>We now have a YouTube Channel</b></sub>
<br> <br>
<sub>I plan on covering the roadmaps and put more content there<br><a href="https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1">Subscribe to the channel</a>.</sub> <sub>I plan on covering the roadmaps and put more content there<br><a href="https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1">Subscribe to the channel</a>.</sub>
</p> </p>
*** ***
@ -46,23 +46,21 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Java Roadmap](https://roadmap.sh/java) - [Java Roadmap](https://roadmap.sh/java)
- [DBA Roadmap](https://roadmap.sh/dba) - [DBA Roadmap](https://roadmap.sh/dba)
If you think that these can be improved in any way, please do suggest. Also, if you would like to contribute to existing roadmaps or add a new roadmap, please open an issue or reach out to [@kamranahmed](https://twitter.com/kamranahmedse). If you think that these can be improved in any way, please do suggest. Also, if you would like to contribute to existing roadmaps or add a new roadmap, please open an issue or reach out to [@kamranahmedse](https://twitter.com/kamranahmedse).
## Development ## Development
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.
Clone the repository, install the dependencies and start the application Clone the repository, install the dependencies and start the application
```bash ```bash
git clone https://github.com/kamranahmedse/roadmap.sh git clone git@github.com:kamranahmedse/developer-roadmap.git
npm install npm install
npm run dev npm run dev
``` ```
## Contribution ## Contribution
> Have a look at [contribution docs](./CONTRIBUTING.md) for how to update any of the roadmaps > Have a look at [contribution docs](./contributing) for how to update any of the roadmaps
- Add new Roadmap - Add new Roadmap
- Suggest changes to existing roadmap - Suggest changes to existing roadmap

Loading…
Cancel
Save