thinkbrown / ElectronWMD

The electron version of cybercase's Web MiniDisc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Web MiniDisc

Electron version of Web MiniDisc

For all the people who want to use all of Web Minidisc's features but don't want to use Google Chrome

Building

The project consists of two parts:

  • The main electron code
  • The renderer (GUI) code (The Web MiniDisc project itself)

This repository contains only the main electron app. Upon building, it will clone the renderer repository (https://github.com/asivery/webminidisc), and build that too.

You can:

  • Start the development version (npm start)
  • Deploy the production version (npm run dist)

Many thanks to cybercase for writing the original Web MiniDisc and letting so may people experience this forgotten format.

About

The electron version of cybercase's Web MiniDisc

License:GNU General Public License v2.0


Languages

Language:TypeScript 99.2%Language:Shell 0.8%