# bifromq-sites **Repository Path**: mirrors_apache/bifromq-sites ## Basic Information - **Project Name**: bifromq-sites - **Description**: Apache BifroMQ (Incubating) Website - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-28 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache BifroMQ (Incubating) Documentation Apache BifroMQ is currently undergoing incubation at the Apache Software Foundation. This repository is for [Apache BifroMQ](https://bifromq.apache.org/) documentations and blogs. The website is built on [Docusaurus 2](https://docusaurus.io/) which is a modern static website generator. ## Disclaimer Apache BifroMQ is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. ## Getting Started ### Installation ``` npm install npm start ``` A browser window will open up, pointing to the docs. Most changes are reflected instantly without rebooting. Also, you can type following commands to check changes. ``` npm install npm run build npm run serve ``` ### Contribution Guide This repository welcomes contributions and suggestions through [pull request](https://github.com/apache/bifromq-sites/pulls).