bdTechies / book-manager

A simple personal library management application.
https://book-manager.bdtechies.com/
MIT License
55 stars 9 forks source link
electron electron-app nedb react-router reactjs redux styled-components

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 git@github.com:bdTechies/book-manager.git
  1. Then install the dependencies:
$ npm install
  1. Finally run the app:
$ npm start
$ 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]

$ npm run make
$ npm run make:all
$ 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.