Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 474 Bytes

Radxa Documentation

Build

yarn install
yarn build

Serve locally

yarn start
yarn start --locale en
# If you want to start 2 locales side-by-side, use the following command on Linux:
# https://github.com/facebook/docusaurus/issues/7377#issuecomment-1167192715
yarn start & DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/en yarn start --locale en --port 3001
kill %1

Upgrade dependencies to the latest release

yarn upgrade