Skip to content

LiprikON2/bookord-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookord

[RU] Установка

  1. Скачать архив с приложением под Windows
  2. Распаковать в удобное место
  3. Открыть Bookord.exe
  • Приложение хранит свои настройки по пути %APPDATA%/Roaming/bookord
  • Книги добавленные в приложение копируются по пути %APPDATA%/Roaming/bookord/Books

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 80.2%
  • JavaScript 12.4%
  • CSS 7.3%
  • HTML 0.1%