Skip to content

KDM Story app for game version 1.5. More info on: https://kdm-story.site

License

Notifications You must be signed in to change notification settings

oier/kdm_story_app

Repository files navigation

KDM 1.5 Story app

The repository contains source code for the Kingdom Death: Monster companion story app.

More info and release downloads: https://kdm-story.site

Current release version is 2.5:

See changelog at: https://kdm-story.site/changelog

How to work with the source

Preparations

To build the app one needs to:

  1. Install npm: https://www.npmjs.com/get-npm
  2. Install git lfs (it is used to handle large files): https://git-lfs.github.com

>> git lfs install

  1. Clone the repository:

>> git clone [email protected]:prikhodkop/kdm_story_app.git

  1. Install required node_modules:

>> npm install

Building

For dev builds:

>> npm run webpack

The app will run in browser at http://0.0.0.0:8080

For release build:

>> npm run dist

Build artefacts would be put into ./dist folder.

Contributions

To have your work added to master branch (from which release builds are eventually created), please submit pull request.

https://help.github.com/en/articles/creating-a-pull-request