Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.52 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.52 KB

BearSweeper

Brownie

Welcome, this game was originally built using React Native & now porting to Electron + ReactJS

Demo for ReactJS Website

Link to Demo Website: BearSweeper Demo Website

Demo for Electron App

Demo App

Prerequisite

  • Install Foreman
sudo npm i -g foreman

Clone and Setup

git clone https://github.com/kyaroru/bear-sweeper.git
cd bear-sweeper
npm i

Start & Run in Browser

npm start

Start & Run Electron App

npm run start-app

Build & Deploy

npm run mas-dev (for MacOS - development version for Mac App Store) --- CERT & PROVISIONING NEEDED
npm run mas (for MacOS - distribute via Mac App Store) --- CERT & PROVISIONING NEEDED
npm run dmg (for MacOS - distribute outside Mac App Store)
npm run appx (for Windows - distribute via Windows Store) --- PUBLISHER ACCOUNT NEEDED
npm run win (for Window - distribute outside Windows store)

Available on Mac/Windows