electron wrapper for the deemix server

lollilol b308677202 update server binarys 2 週間 前
img 0a90fe283c add some icons 4 ヶ月 前
.gitignore e01ea1abb0 add macos nigger files to gitignore 4 ヶ月 前
LICENSE ca2dec773b add GPL v3 license 3 ヶ月 前
README.md 451cb9cb8a big fucking commit 4 ヶ月 前
index.html 0167defeeb add fallback button in case deemix couldnt be loaded at startup 4 ヶ月 前
main.js 451cb9cb8a big fucking commit 4 ヶ月 前
package-lock.json f808d49f37 remove the fucking version shit in package lock file again 4 ヶ月 前
package.json 451cb9cb8a big fucking commit 4 ヶ月 前
server-darwin b308677202 update server binarys 2 週間 前
server-linux b308677202 update server binarys 2 週間 前
server-windows.exe b308677202 update server binarys 2 週間 前
serverclosed.html 0bdc037d91 add new dummy file, so when you test it doesnt close the server the whole time, rather it just displays it does, just like the server would if it would actually close 4 ヶ月 前

README.md

deemixgui

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)

How To Use

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:

Run the source

# 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

Compile/Build

# 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.