Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 899 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 899 Bytes

Contributing Guidelines

This project is built using Nextra Docs. It is a static site generator built on top of Next.js Pages Router, MDX and there's Tailwind CSS support in the application as well.

  • First, fork this repo and clone it to your local machine.
  • Install dependencies using pnpm install since we are using pnpm as our package manager.
  • Run pnpm run dev to start the development server.
  • The content is in the pages/docs folder. You can make new mdx files as per lecture progress and see the changes in the browser.
  • Update the meta.json according to your changes, feel free to read through the Nexrta Docs page configuration to understand how it works.
  • Make your changes and send a PR.