This repository contains the source files for the Oxide documentation. The documentation is built using VitePress.
- Node.js (v20 or higher)
To get started, you will need to install the dependencies. You can do this by running the following command:
npm install
To start the development server, run the following command:
npm run docs:dev
To preview the production build of the documentation, run the following command:
npm run docs:build
This can be previewed by running the following command:
npm run docs:preview