Apache Kvrocks Website

Clone this repo:
  1. 762a214 replace XXXXXX with descriptive placeholders (#221) by VasuDevrani · 21 hours ago main
  2. e2c2eab Add newly-supported commands in supported-commands.md (#220) by Twice · 4 days ago
  3. f24f002 Update supported-commands.md (#219) by Twice · 5 weeks ago
  4. 4bef142 Sort userData using code. (#218) by 纪华裕 · 5 weeks ago
  5. 915f822 Add WakaTime to users page (#217) by Alan Hamlett · 5 weeks ago

Apache Kvrocks Official Website

This project keeps all sources used for building the Apache Kvrocks official website, which is served at https://kvrocks.apache.org/.

Contact Us

Prerequisite

The Apache Kvrocks website is powered by Docusaurus 2 and is built with Node 19 and Yarn 3. Check the deploy workflow for concrete requirements and instructions.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static content hosting service.