Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.31 KB

📚 Nukkit-MOT Wiki

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

🛠️ Installation

$ yarn

🖥️ Local Development

$ 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.

🏗️ Build

$ yarn build

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

🎉 Innovation

🌍 Add a new language

$ yarn write-translations --locale <language code>

refer to Adding a new language for more details.

🚀 Release a new version

$ 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.