Apache Kvrocks Website

Clone this repo:
  1. 2684a73 Bump nanoid from 3.3.16 to 3.3.18 (#403) by dependabot[bot] · 2 weeks ago main
  2. c8e48b6 Bump js-yaml from 3.15.0 to 3.15.1 (#402) by dependabot[bot] · 2 weeks ago
  3. b0061d0 Revise contributing guidelines for LLM and AI-assisted contributions (#401) by 纪华裕 · 3 weeks ago
  4. ecd603d Bump svgo from 2.8.2 to 2.8.3 (#400) by dependabot[bot] · 3 weeks ago
  5. fceed8e Bump brace-expansion from 1.1.16 to 1.1.18 (#399) by dependabot[bot] · 3 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.