Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
/ Golden-Picker Public archive

Make selections at random, with Golden Picker a roulette-type application!

License

Notifications You must be signed in to change notification settings

ClarkThyLord/Golden-Picker

Repository files navigation

GOLDEN PICKER

Golden Picker

Version License

Make selections at random, with Golden Picker a roulette-type application!

About

Golden Picker, makes creating and managing a roulette simpler!


Distribution

Distribution of this project can be found here, or under the project's dist folder.

Contains a website ready distribution.

  • Compatible with most browsers
  • Doesn't need a server to run, but can run on a server

Contains a Windows, x64, distribution.

  • Installer for project
  • Automatically updates

Project Setup

Installing dependencies:

npm install

Development commands:

Running app for development:
npm run dev

Build commands:

Build a electron distribution with executable:
npm run build
Building a web distribution:
npm run build:web

project generated with electron-vue using vue-cli, documentation about the original structure can be found here
MIT LICENSE