Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 407 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 407 Bytes

Electron MK Anime List Desktop App

This is a cross platform desktop application built on electron

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Serve

To run electron

$ npm start

To Package & Build

For Windows

$ npm run package-win

For Mac

$ npm run package-mac

For Linux

$ npm run package-linux