Welcome to the Cirun.io documentation repository! This repository contains the source code for the official Cirun.io documentation website, built with Docusaurus.
npm install
npm start
npm run build
npm run serve
🔎 The search functionality doesn't work when using
npm start
. To use the search feature, you must first build the documentation and then serve it:
npm run build
npm run serve
Contributions are welcome! Feel free to open issues or submit pull requests to help improve the documentation.
This project is licensed under the MIT License - see the LICENSE file for details.