Skip to content

samCrock/cereal-2

Repository files navigation

Cereal Background

Getting Started

Clone this repository locally :

git clone https://github.com/samCrock/cereal-2.git

Install dependencies with npm :

npm install
npm start

To build for development

npm install --save-dev electron-rebuild

# Every time you run "npm install", run this
./node_modules/.bin/electron-rebuild

# On Windows if you have trouble, try:
.\node_modules\.bin\electron-rebuild.cmd

Deploy steps

  • Edit & commit changes
  • Bump version npm run pre-deploy
  • Build npm run electron:windows
  • Move generated .exe from app-build to another folder and rename it as Cereal_Setup.exe
  • npm checkout win-build
  • Replace previously saved Cereal_Setup.exe to current folder
  • Commit update and checkout back to master branch