Skip to content

nekobato/BookCafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookCafe

Distribute Book Viewer on Web from your Book Directories (jpg collections)

BookCafeは、画像で構成された電子書籍ディレクトリ群をWebから閲覧できるリーダーとして配信します。

Dependencies

  • node >= 8.0.0
  • npm >= 5.0.0
  • mongodb

Build Setup

# install dependencies
npm install

# && postinstall cd frontend; npm install
# && postinstall auto build

# setup application

# TODO 

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
cd frontend && npm run build