This website is built using Docusaurus, a modern static website generator.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
run
yarn start --locale zh
to running the Chinese version.
zh
is the language code. refer to List of ISO 639 language codes for more details.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
$ yarn write-translations --locale <language code>
refer to Adding a new language for more details.
$ yarn docusaurus docs:version <version>
refer to Publishing a new version for more details.
Note: Typically, Nukkit-MOT is only used during significant refactoring, although such a scenario is unlikely to occur in the near future.