Skip to content

dabeku/Copiosus-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preparation

npm init

Frontend

Development

  • npm run react-start
  • Mac: npm run electron-dev-mac (in second terminal)
  • Windows: npm run react-build-win (in second terminal)

Native (node module)

npm install node-gyp -g
node-gyp rebuild
  • This will rebuild the video.node module for the electron version
./node_modules/.bin/electron-rebuild
  • Mac only: If there is a warning "... was built for newer macOS version (12.0) than being linked (11.0)" then do
export LDFLAGS="-mmacosx-version-min=12.0"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published