Welcome, this game was originally built using React Native & now porting to Electron + ReactJS
- Link to Original Repo: BearSweeper
- This project was bootstrapped with Create React App.
Link to Demo Website: BearSweeper
- Install Foreman
sudo npm i -g foreman
git clone https://github.com/kyaroru/bear-sweeper.git
cd bear-sweeper
npm i
npm start
npm run start-app
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)