A production-ready Pharmacy Point of Sale (POS) Desktop Application built with Electron, React, and TypeScript
$ npm install$ npm run dev# Build for production
$ npm run build
# Build and publish to GitHub releases
$ npm run releaseInstaller will be created in dist/ directory.
See DEPLOYMENT.md for detailed deployment instructions and BUILDING.md for code signing setup.
Releases are automatically created when version tags are pushed:
git tag v1.0.0
git push origin v1.0.0Download latest release from GitHub Releases.