https://github.com/uvacoder/test-roadmap-nextjs1
https://github.com/uvacoder/test-roadmap-nextjs1
abcstarter cards collection curated ediug gh-pages guide mycards mywip vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/test-roadmap-nextjs1
- Owner: Uvacoder
- Created: 2021-09-09T06:27:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T16:10:35.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:09:02.740Z (5 months ago)
- Topics: abcstarter, cards, collection, curated, ediug, gh-pages, guide, mycards, mywip, vercel
- Language: TypeScript
- Homepage: https://roadmap-sh-test.vercel.app
- Size: 79.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing/guide.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![]()
roadmap.sh
Community driven roadmaps, articles and resources for developers
[roadmap.sh](https://roadmap.sh) is the community effort to create knowledge that is approachable for the developers.
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.
## Development
Clone the repository, install the dependencies and start the application
```bash
git clone https://github.com/kamranahmedse/roadmap.sh
yarn install
yarn dev
```## Contributions
* Add new Roadmap
* Suggest changes to existing roadmap
* Write an article
* Improve the site's codebase
* Write tests