Skip to content

alan-tai/9build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

9build

A tool for building Cookie for Android and 9GAG for Android based on Node.js + Electron + React + MobX + Material UI.

Screen Shot

Download

A pre-built executable for Mac OS X is ready for download.

Installation

To install from source, you will need npm or yarn.

Install with npm

Run this command from the app project directory:

npm Install

Install with yarn

Run this command from the app project directory:

yarn

Usage

This app requires npm to run.

From the Command Line

Run this command from the app project directory:

npm start

From the Mac OS X binary

macOS

Run this command from the app project directory:

npm install -g electron-packager
electron-packager . 9build --platform=darwin --arch=x64 --icon=./res/logo.icns --ignore=.idea --ignore=.gitignore --ignore=yarn.lock --ignore=.DS_Store

9build-darwin-x64/9build.app will be generated. Double-click to run it.

Windows

Run this command from the app project directory:

npm install -g electron-packager
electron-packager . 9build --platform=win32 --arch=x64 --icon=./res/logo.ico --ignore=.idea --ignore=.gitignore --ignore=yarn.lock --ignore=.DS_Store

9build-win32-x64 folder will be generated. Double-click 9build-win32-x64\9build.exe to start the app.

About

A tool for building Cookie and 9GAG for Android based on Node.js + Electron + React + MobX + Material UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published