Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 534 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 534 Bytes

RpgSystem

An RPG (D&D like, but easily customizable, should fit many system) program to aux players, saving lores and atacks formulas. Easy and fast to use.

This project was generated with [Angular CLI] v1.7.4 and [Electron] v2.0.8.

develop

ng serve Will host on 127.0.0.1:4200

npm run develop Will run electron with env variable set to develop mode. Thiss will make it load URL above instead of the guilt index.html file.

build

npm run build Will generate the index file on the /dist folder.

Use electron-builder to pack.