electron wrapper for the deemix server
|
2 週間 前 | |
---|---|---|
img | 4 ヶ月 前 | |
.gitignore | 4 ヶ月 前 | |
LICENSE | 3 ヶ月 前 | |
README.md | 4 ヶ月 前 | |
index.html | 4 ヶ月 前 | |
main.js | 4 ヶ月 前 | |
package-lock.json | 4 ヶ月 前 | |
package.json | 4 ヶ月 前 | |
server-darwin | 2 週間 前 | |
server-linux | 2 週間 前 | |
server-windows.exe | 2 週間 前 | |
serverclosed.html | 4 ヶ月 前 |
This is a minimal Electron application that loads the deemix site. Server has to be running though (Maybe i add the deemix server in the future)
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://notabug.org/lollilol/deemixgui.git
# Go into the repository
cd deemixgui
# Install dependencies
npm install
# Run the app
npm start
# All OS'
npm run dist:all
# Windows 32bit
npm run dist:win32
# Windows 64bit
npm run dist:win64
# Linux 64bit
npm run dist:linux
# MacOS 64bit
npm run dist:macos
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.