We use Next.js with the Nextra framework to build the documentation site. To run the site locally, follow the steps below:
-
Clone the repository.
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the browser and navigate to
http://localhost:3000
.
This project is licensed under the MIT License.