Experimental Electron application (using nextron) for our "Git for Music" P2P collaboration and tracking platform.
Install all dependencies via npm install (tried with Node.js 12.4). Run the development server with npm run dev, and build packages with npm run build. You may need to specify respective packaging targets.
Prior to launching, you need to specify some environmental configuration. Please have a look at .env.example and its respective documentation.
If some errors occur, especially due to native dependencies, try to reinstall and rebuild all dependencies via npm ci.