This website uses the Nextra static site generator for it's docs.
To run this static site generator, you will need NodeJS installed on your computer.
- Clone this repository and
cd
into the root directory - Inside the root directory run
npm install
to install dependencies - To generate the docs and preview them in your browser, simply run
npm run dev
and view the page atlocalhost:3000