Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 590 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 590 Bytes

HaruNeko

Prototype of HakuNeko based on NW.js + TypeScript

Development

The application consists of two ...

Installation

Make sure git and NodeJS + NPM are installed on your system.

# clone the repository
git clone https://github.com/manga-download/haruneko.git
# change into the project directory
cd harunkeo
# install dependencies
npm install

Run

  1. Build and serve the web-application on the local machine

    npm run serve

  2. Build and run the client application that will open the web-application hosted on the local machine

    npm start