Demo Video - Library | Demo Video - Reading | Demo Video - AI Recaps
Based on Electron React Webpack Typescript template by @codesbiome
Books are stored at
%APPDATA%/bookord/Books
(Windows)
Install dependencies using npm:
npm install
To develop and run your application, you need to run following command.
Start electron application for development :
npm run dev
Customize and package your Electron app with OS-specific bundles (.app, .exe etc)
npm run package
Making is a way of taking your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files (amongst others).
npm run make
Publishing is a way of taking the artifacts generated by the make
command and sending them to a service somewhere for you to distribute or use as updates. (This could be your update server or an S3 bucket)
npm run publish