Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 427 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 427 Bytes

viman

Video Manager application.

Getting Started

$ yarn

# Launch next dev server
$ yarn dev

# Open another terminal and launch electron
$ yarn dev:electron

Build

$ yarn build

Debug

Database

$ yarn debug:database

sqlite> select * from items;

Trouble Shootings

node-gyp problem about sqlite3

Try yarn rebuild.

pre-commit doesn't work

Try npx simple-git-hooks.