Skip to content

Latest commit

Β 

History

History
64 lines (43 loc) Β· 2.09 KB

File metadata and controls

64 lines (43 loc) Β· 2.09 KB

Cirun.io Documentation

Cirun logo

pages-build-deployment Website License: MIT PRs Welcome Made with Docusaurus

πŸ“‹ Overview

Welcome to the Cirun.io documentation repository! This repository contains the source code for the official Cirun.io documentation website, built with Docusaurus.

πŸ”§ Installation

npm install

πŸƒβ€β™‚οΈ Start Development Server

npm start

πŸ—οΈ Build Documentation

npm run build

πŸ” Build and Preview Documentation

npm run serve

⚠️ Important Note

πŸ”Ž 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

🀝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to help improve the documentation.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.