LiprikON2 / Bookord

Cross-platform desktop Epub reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookord

wakatime

Github All Releases

 

[RU]

Установка

  1. Скачать и запустить установщик для Windows
  • Поддерживаются книги формата .epub
  • Приложение хранит свои настройки по пути %APPDATA%/Roaming/bookord
  • Книги добавленные в приложение копируются по пути %APPDATA%/Roaming/bookord/Books

[EN]

Based on Electron React Webpack Typescript template by @codesbiome

Download

Books are stored at %APPDATA%/bookord/Books (Windows)

Download link


Development

Install dependencies using npm:

npm install

Start : Development

To develop and run your application, you need to run following command.
Start electron application for development :

npm run dev

Package : Production

Customize and package your Electron app with OS-specific bundles (.app, .exe etc)

npm run package

Make : Production

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

Publish : Production

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

About

Cross-platform desktop Epub reader


Languages

Language:TypeScript 83.6%Language:JavaScript 9.7%Language:CSS 6.6%Language:HTML 0.1%