Skip to main content

Project X Intro

Overview

Welcome to mrshravandev! This project was setup using Docusaurus, Reactjs + Typescript and SaSS for custom styling, MDX for documentation. This is an open source project free to use for personal and commercial projects. No attribution required. But hey, let me know if you do. I'd love to see what you build :)

This guide will walk you through the initial setup, how you can fork this project from GitHub, and how to start using this project. You can fork this project from GitHub and use it as a base for your own site.

Fork the Project

To get started, you’ll need to fork the repository from GitHub. Follow these steps:

  1. Visit the GitHub Repository: Go to https://github.com/mrshravandev.

  2. Fork the Repository: Click the Fork button at the top-right corner of the page. This will create a copy of the repository under your GitHub account.

  3. Clone Your Forked Repository: Clone the repository to your local machine using the following command:

    git clone https://github.com/mrshravandev/project-x.git
  4. Navigate to the Project Directory:

  cd project-x
  1. Follow the ReadMe.md file to start using this minimalist docusaurus project. Happy Coding :)