An Electron application for viewing Historia files
Consists of a few parts:
- a world map that you can pan and zoom
- time controls that allow you to browse through the Historia history
- detailed view describing the pops at each province, how successful they are, what they produced and traded, and who they are trading with. Also shows charts detailing the progress of the similation in a variety of metrics.
- Download the repository
- Install NodeJS v4.4.3 or above
- In the repo folder, run npm install. This will install the nodejs dependencies.
- Run
npm run hot-server
to run the development environment. - Run
npm run start-hot
to start Explorer in development mode.
- Run
npm run build
- Run
npm run package
(to package for your current os) or runnpm run package-all
to package for all operating systems.