Apache Kvrocks Website

Clone this repo:
  1. f24f002 Update supported-commands.md (#219) by Twice · 3 weeks ago main
  2. 4bef142 Sort userData using code. (#218) by 纪华裕 · 3 weeks ago
  3. 915f822 Add WakaTime to users page (#217) by Alan Hamlett · 4 weeks ago
  4. a084097 Bump tar from 6.1.14 to 6.2.1 (#216) by dependabot[bot] · 4 weeks ago
  5. 1428cd8 Add MoveX command (#215) by Chiro11 · 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.