Skip to content

fjbalsamo/electron-rally-timing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rally-app

Rally timing is an app to take times in rally competitions

Project setup

yarn install

Ony for Linux

sudo chown root:root node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 node_modules/electron/dist/chrome-sandbox

Compiles and hot-reloads for development

yarn electron:serve

Compiles and minifies for production

yarn electron:build --linux deb --win nsis

Note: to build for windows from linux need wine

Customize configuration

See Vue Configuration Reference.

See Vue-electron guide

Development tools

  • nodeJS >=14.15.1
  • yarn >=1.22.5

online times using firebase

Add firebase config in ~/src/firebase/firebase.config.js

export const config = {
    // firebase config params here
}