Book Manager Save

A simple personal library management application.

Project README

Book Manager · GitHub license GitHub stars GitHub forks GitHub issues Build Status

A simple personal library management application.

Book Manager

Install & Run

  1. First clone the repo:
$ git clone [email protected]:bdTechies/book-manager.git
  1. Then install the dependencies:
$ npm install
  1. Finally run the app:
  • For Linux and Mac users:
$ npm start
  • For Windows users:
$ npm run start:win

Create Packages

Run the following commands to build and package the app for distribution. The packager will create packages based on the platform. [Linux: deb, AppImage; Win: exe; Mac: dmg]

  • Only Current platform:
$ npm run make
  • All platform (dmg will not be created if platform is not a mac):
$ npm run make:all
  • If any problem occurs on Mac OS while packaging the app try the following command:
$ npm config set python /usr/bin/python2.7

Special Thanks to Rafat Ahmed & Touhidul Islam for helping me with the Mac and Windows build.

Contribution

If you want to contribute to this project, please follow the contribution guide.

Open Source Agenda is not affiliated with "Book Manager" Project. README Source: bdTechies/book-manager
Stars
55
Open Issues
32
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating