Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 451 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 451 Bytes

media-manager

screenshot.png

開発

リポジトリ

git clone https://github.com/AsaiToshiya/media-manager.git
cd media-manager
npm install

config.json

app.getPath('userData') の場所に config.json を作成します。

config.json:

{
  "libraryPath": "/path/to/library"
}

実行

npm run dev