airalab / robonomics-wiki

Getting Started always better than reading white paper. Robonomics Wiki aims to bring all the knowledge about Robonomics to everyone who is interested in the project.

Home Page:http://wiki.robonomics.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Robonomics Wiki Repository!

[EN] How to Help Robonomics Wiki

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.

How to Deploy Wiki Locally

  1. Install Node.js.

  2. Activate Yarn Package Manager, shipped with Node.js Corepack:

corepack enable
  1. Clone the wiki repository:
git clone https://github.com/airalab/robonomics-wiki.git
  1. Go to the directory of the repository and run the following commands:
cd robonomics-wiki
sudo yarn global add @gridsome/cli
yarn install
  1. 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

[RU] Как помочь Robonomics Wiki

Robonomics Network — это проект с открытым исходным кодом, и мы хотим, чтобы каждый мог легко внести свой вклад в развитие проекта. Но перед этим, пожалуйста, ознакомьтесь, с правилами и советам о том, как добавлять и редактировать материалы Wiki.

Если у вас есть какие-либо конкретные вопросы, не затронутые в статьях выше, пожалуйста, откройте Issue и опишите свой вопрос на английском языке.

Как развернуть Wiki локально

  1. Установите Node.js.

  2. Активируйте Yarn Package Manager, установленный вместе с Node.js Corepack:

corepack enable
  1. Клонируйте репозиторий Wiki:
git clone https://github.com/airalab/robonomics-wiki.git
  1. Перейдите в каталог репозитория и выполните следующие команды:
cd robonomics-wiki
sudo yarn global add @gridsome/cli
yarn install
  1. Разверните Wiki локально:
gridsome develop

Если вы столкнулись с ошибкой node: --openssl-legacy-provider is not allowed in NODE_OPTIONS, выполните следующую команду:

export NODE_OPTIONS=--openssl-legacy-provider

About

Getting Started always better than reading white paper. Robonomics Wiki aims to bring all the knowledge about Robonomics to everyone who is interested in the project.

http://wiki.robonomics.network

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vue 82.6%Language:JavaScript 9.6%Language:CSS 7.1%Language:HTML 0.6%