Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 673 Bytes

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn

Local Development

yarn start

调试中文版

yarn start -- --locale zh-CN

更新中文翻译资源

yarn write-translations -- --locale zh-CN

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

Build

yarn build
yarn build:openapi

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