Skip to content

kidoncio/cherry_dice_electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cherry Dice - Electron

cherry-dice cherry-dice

Cherry Dice - dice roller helps you and your rpg group roll easily any dice you want. You can even copy the text for proof at rpg calls. Play D&D, Shadowrun, Tormenta, Morpho and other RPG platforms with Cherry Dice by your side for easy rolls.

This basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

You can learn more about each of these components within the Quick Start Guide.

To Use

# Clone this repository
git clone https://github.com/Kidoncio/cherry_dice_electron
# Go into the repository
cd cherry_dice_electron
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

Deploy on Snap

npm run dist

npm run pack

# If you do not have an Ubuntu One account, you can create one at https://snapcraft.io/account
snapcraft login
# Send snap
snapcraft push cherry-dice_0.0.0_amd64.snap --release=stable

Available on