Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.66 KB

Homebrew Desktop

An app that allows you to manage your Homebrewed Wii U's SD card from a computer.

Screenshots

The main screen of the app

A modal that pops up showing more information about a specific app

Downloading the app from said modal

The app is downloaded, showing a remove button and a redownload button

Developing

  1. Ensure that you have node.js, and preferably git and yarn installed.
  2. Either clone this repo using git from the command line (git clone https://github.com/coolreader18/homebrew-desktop), some other method of using git, or click the "Clone or download" button near the top right of the GitHub website.
  3. Install dependencies. If you did install yarn, run yarn, or npm install if you didn't, from the command line in the homebrew-desktop directory. Wait a while.
  4. Run yarn start or npm start. The app should start up.

Building

  1. Ensure that you have docker
  2. Run
sudo docker run --rm -ti --env ELECTRON_CACHE="/root/.cache/electron" --env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" -v "${PWD}:/project" -v "${PWD##*/}-node-modules:/project/node_modules" -v ~/.cache/electron:/root/.cache/electron -v ~/.cache/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine-mono /bin/sh -c "yarn && yarn dist"

License

This project is licensed under the MIT license. See the LICENSE file for more details.