Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.59 KB

README_en.md

File metadata and controls

58 lines (36 loc) · 1.59 KB

简体中文 | English

01Studio Tutorial Documentation

Official Website

https://wiki.01studio.cc

Contribution Notes

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!)

Instructions

Install Node.js

  • Node.js version 16.14 or higher:
  • When installing Node.js, it is recommended that you select all dependency-related checkboxes.

Download the project

  • You can use the repository address after you fork it.
git clone https://github.com/01studio-lab/01studio_wiki.git

Installing dependent libraries for the first time

cd 01studio_wiki
npm install

Run

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

readme1

readme2

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/