简体中文 | English
This project is built with Docusaurus. You can submit tutorial contributions following our documentation format.
The main contents of the document are placed in the 01studio_wiki/docs
directory, and the default language is Chinese;
The translated documents in different languages are located in the 01studio_wiki/i18n
directory.
(Interested users can fork the project, translate it, and submit Pull Requests!)
- Node.js version 16.14 or higher:
- When installing Node.js, it is recommended that you select all dependency-related checkboxes.
- You can use the repository address after you fork it.
git clone https://github.com/01studio-lab/01studio_wiki.git
cd 01studio_wiki
npm install
npm run start
The npm run start
command builds your website locally and serves it through the development server for you to view at http://localhost:3000/.
Other language versions can be viewed through the following command:
For example, the English version:
npm run start -- --locale en
For detailed tutorials, please see the official documentation:https://tutorial.docusaurus.io/docs/intro/