Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 559 Bytes

Barkin Desktop

A parking management system

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/pedroramos17/barkin-electron.git
cd barkin-electron
npm install

Starting Development

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

Packaging for Production

To package apps for the local platform:

npm run package