Skip to content

lsj123lsjlsj/documentation

 
 

Repository files navigation

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

Set up pre-commit

pip3 install pre-commit
pre-commit install
pre-commit run --all-files

Upgrade dependencies to the latest release

yarn upgrade

About

Radxa Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 72.7%
  • JavaScript 12.9%
  • CSS 12.7%
  • Python 1.7%