A parking management system
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/pedroramos17/barkin-electron.git
cd barkin-electron
npm install
To configure the Barkin API or with your API URL change the ./src/config/api.ts
file.
Start the app in the dev environment:
npm start
To package apps for the local platform:
npm run package