Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.09 KB

README.md

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.