Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 869 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 869 Bytes

This repository is for bifromq documentations and blogs. The website is built on Docusaurus 2 which is a modern static website generator.

Getting Started

Installation

Get into website directory.

cd website
npm install
npm start

A browser window will open up, pointing to the docs. Most changes are reflected instantly without rebooting.

Also, in website directory, one can type following commands to check changes.

npm install
npm run build
npm run serve

Deployment

Baidu BOS handles the deployment of this website.

Contribution Guide

This repository welcomes contributions and suggestions through pull request.