Robonomics Network is an open-source project and we want to make it easy for anyone to contribute. But before that, please read the rules and suggestions for making a contribution:
If you have any specific questions that are not covered in the articles above, please, open an Issue and describe your suggestion in English.
-
Install Node.js.
-
Activate Yarn Package Manager, shipped with Node.js Corepack:
corepack enable
- Clone the wiki repository:
git clone https://github.com/airalab/robonomics-wiki.git
- Go to the directory of the repository and run the following commands:
cd robonomics-wiki
sudo yarn global add @gridsome/cli
yarn install
- Deploy the wiki locally:
gridsome develop
If you have the error
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
, run the following command:
export NODE_OPTIONS=--openssl-legacy-provider
Robonomics Network — это проект с открытым исходным кодом, и мы хотим, чтобы каждый мог легко внести свой вклад в развитие проекта. Но перед этим, пожалуйста, ознакомьтесь, с правилами и советам о том, как добавлять и редактировать материалы Wiki.
Если у вас есть какие-либо конкретные вопросы, не затронутые в статьях выше, пожалуйста, откройте Issue и опишите свой вопрос на английском языке.
-
Установите Node.js.
-
Активируйте Yarn Package Manager, установленный вместе с Node.js Corepack:
corepack enable
- Клонируйте репозиторий Wiki:
git clone https://github.com/airalab/robonomics-wiki.git
- Перейдите в каталог репозитория и выполните следующие команды:
cd robonomics-wiki
sudo yarn global add @gridsome/cli
yarn install
- Разверните Wiki локально:
gridsome develop
Если вы столкнулись с ошибкой
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
, выполните следующую команду:
export NODE_OPTIONS=--openssl-legacy-provider