Midi Bricks for all!
npm install midi-bricks-electron--window`
Values: x,y,w,h$3
Option: `--dev`
Values: none#### Mac-OSX Example:
`
open midi-bricks-electron.app --args "--window" "300,300,1000,1000" --dev
` #### Win Example
You can edit the alias file, which can be found at your desktop and is generated at installation of midi-bricks.
`
midi-bricks.exe --window 100,200,300,400 --dev
` Prepare for development
Copy the .env.sample file to .env
This file is used to read out environment variables and it is already added to .gitignore.
You can use this file to add custom api tokens for example.Install
`
yarn
`
Development
`
yarn dev
`
Build (Create Mac and Win Versions to find in dist folder, afterwards)
`
yarn build
` Logging
In production you can observe logs from your operatio system.$3
`
cd ~/Library/Logs/MIDI-Bricks && tail -f log.log
`$3
`
%USERPROFILE%\AppData\Roaming\MIDI-Bricks\log.log
`$3
`
cd ~/.config/MIDI-Bricks && tail -f log.log
`E2E Tests
You can use either the auto-mode, which starts all jobs automatically. Howevery, issues arose, so you can just start the CI-Mode via:`
cd packages/midi-bricks-electron && yarn dev && yarn test-e2e
``
