Spoke/README.md

21 строка
232 B
Markdown
Исходник Обычный вид История

2018-06-06 08:55:27 +03:00
# Hubs Editor
2018-06-08 23:20:36 +03:00
## Installation
2018-06-06 08:55:27 +03:00
2018-06-08 23:20:36 +03:00
```
git clone https://github.com/MozillaReality/hubs-editor.git
cd hubs-editor
yarn install
```
## Desktop App Development
In one terminal session:
2018-06-06 08:55:27 +03:00
```
yarn watch
2018-06-08 23:20:36 +03:00
```
In another:
```
yarn start
2018-06-06 08:55:27 +03:00
```