Apache Kvrocks Website

Clone this repo:
  1. 7c92cb7 Bump joi from 17.13.4 to 17.13.7 (#408) by dependabot[bot] · 5 days ago main
  2. c15da16 Bump svgo from 2.8.3 to 2.8.4 (#409) by dependabot[bot] · 5 days ago
  3. 862a634 Bump js-yaml from 3.15.1 to 3.15.2 (#410) by dependabot[bot] · 5 days ago
  4. 0d6d7a5 Bump colord from 2.9.3 to 2.10.0 (#407) by dependabot[bot] · 6 days ago
  5. 23864f4 Bump browserslist from 4.21.5 to 4.28.8 (#406) by dependabot[bot] · 11 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.