This website is built using Docusaurus, a static website generator.
- Node.js version 18.0 or above:
Run the development server:
cd my-website
npm run startThe command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
As you edit the markdown in the /docs directory, the site reloads automatically and displays your changes.