This repository contains the source code for the official documentation of the Recorder project.
The documentation website is built with Docusaurus.
-
Clone the repository:
git clone https://github.com/TokenRollAI/recorder-doc.git cd recorder-doc -
Install dependencies:
pnpm install
-
Start the development server:
pnpm start
This will open the documentation website in your browser at
http://localhost:3000. Most changes will be reflected live without needing to restart the server.
To generate a static build of the website, run:
pnpm buildThe static files will be placed in the build directory.
We welcome contributions to improve the documentation. Please feel free to open issues or submit pull requests.