Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 346 Bytes

Cash Register Balance

Internal application of DWH Delft to assist in opening and closing a bar session.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint