NerdDocs is an attempt to helping people with diffrents interests find resources and guides to those interests all in one place. whether it's learning about algorithms to learning a language like Go.
- DSA
- Machine Learning
- Golang
- CyberSecurity
- Web Development
- System Designing
- Fork this repository.
- Clone the forked repository to your local system
- Inside the project run
pnpm install
pnpm dev- Navigate to the page/resources.
- Add your content. All the pages should be of type mdx look into how other resource pages are structured and then add your own resources.
- Also add the created folders and mdx files in the _meta.json file.
- After finishing make a pull request and wait for the request to be merged.