Apache Kvrocks Website

Clone this repo:
  1. ecd603d Bump svgo from 2.8.2 to 2.8.3 (#400) by dependabot[bot] · 2 days ago main
  2. fceed8e Bump brace-expansion from 1.1.16 to 1.1.18 (#399) by dependabot[bot] · 2 days ago
  3. 58a8fe2 Bump postcss from 8.5.10 to 8.5.25 (#398) by dependabot[bot] · 2 days ago
  4. 81f4da0 Bump shell-quote from 1.8.4 to 1.10.0 (#397) by dependabot[bot] · 13 days ago
  5. 7ef75fa Bump brace-expansion from 1.1.13 to 1.1.16 (#396) by dependabot[bot] · 13 days 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.