You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fms/README.md

24 lines
447 B

2 years ago
## Getting Started
First, run the development server:
```bash
yarn dev
```
## Сборка плагина
```bash
make build-plugin
```
2 years ago
## Установка плагина
- git clone https://git.rinsvent.ru/rinsvent/fms.git
- В браузере Settings -> More tools -> Extensions
- Жмем Load unpacked
- Выбираем директорию plugin из скачанной репы
2 years ago
## Обновление плагина
- git pull
2 years ago