Rally timing is an app to take times in rally competitions
yarn install
sudo chown root:root node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 node_modules/electron/dist/chrome-sandbox
yarn electron:serve
yarn electron:build --linux deb --win nsis
Note: to build for windows from linux need wine
See Vue Configuration Reference.
- nodeJS >=14.15.1
- yarn >=1.22.5
Add firebase config in ~/src/firebase/firebase.config.js
export const config = {
// firebase config params here
}