This website is built using Docusaurus, a modern static website generator designed to help you create documentation websites quickly and easily.
Before you can run the project, make sure you have the following installed:
Once you have cloned or downloaded the repository, navigate to the project directory and install the necessary dependencies by running:
npm installThis command reads the package.json file and installs all required packages into the node_modules folder. Make sure you're in the root directory of the project when you run this command.
To start a local development server and preview the website, use the following command:
npm run startThis will start a local web server, and your browser should automatically open to the development version of the website (usually at http://localhost:3000). Most changes you make to the source files will be reflected live without needing to restart the server.