update dev notes

pull/341/head
Mikael Finstad 2020-05-06 14:06:06 +08:00
rodzic 9b3af1a995
commit 959fcfbbff
1 zmienionych plików z 3 dodań i 7 usunięć

Wyświetl plik

@ -1,18 +1,14 @@
## Development building / running
This app is built using Electron. Make sure you have at least node v8 and yarn installed. The app uses ffmpeg from PATH when developing.
This app is built using Electron. Make sure you have at least node v12 and yarn installed. The app uses ffmpeg from PATH when developing.
```
git clone https://github.com/mifi/lossless-cut.git
cd lossless-cut
npm install
yarn
```
### Running
In one terminal:
```
npm run watch
```
In another:
```
npm start
```