Welcome to the My Docusaurus Project! This project is built using Docusaurus, an open-source framework for building documentation websites.
To get started with this project, follow these steps:
Make sure you have the following installed on your machine:
Node.js (v14 or higher)
Yarn (v1.22.0 or higher)
First, clone the repository and install the dependencies:
git clone https://github.com/your-username/your-repo.git
cd your-repo
yarn install
Local Development To run the project locally, use the following command:
yarn start
This will start a local development server and open the project in your browser. Typically, it will be available at http://localhost:3000/.
To create an optimized production build of the site, run:
yarn build