Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.43 KB

File metadata and controls

54 lines (40 loc) · 1.43 KB

EPubValidator

Build Status

Prerequisite

Installation

You can install it with the following command:

$ git clone https://github.com/DaVinAhn/EPubValidator.git [target directory]
$ cd [target directory]
$ npm install

Run

Following command for development:

$ npm run build-dev
$ npm run start-dev // Access 5858 port after installing 'NodeJS Inspector'.

Following command for test:

$ npm run build
$ npm run start

Packaging

Following command:

$ npm run prepackage
$ npm run package-[all|mac|win|win32|win64|linux]

Stack

Refs