This repository is for bifromq documentations and blogs. The website is built on Docusaurus 2 which is a modern static website generator.
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
Baidu BOS handles the deployment of this website.
This repository welcomes contributions and suggestions through pull request.