Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 437 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 437 Bytes

tactical-rpg

An attempt to make Fire Emblem Heroes clone in Javascript.

The demo is available here https://sviridoff.github.io/tactical-rpg

Installation

git clone https://github.com/sviridoff/tactical-rpg.git
cd tactical-rpg
npm install
npm run build

Development mode

npm run develop

It should start the application in the following url: http://localhost:8080/

Build docs pages

npm run docs