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 3.0:
See changelog at: https://kdm-story.site/changelog
To build the app one needs to:
- Install npm: https://www.npmjs.com/get-npm
- Install git lfs (it is used to handle large files): https://git-lfs.github.com
>> git lfs install
- Clone the repository:
>> git clone [email protected]:prikhodkop/kdm_story_app.git
- Install required node_modules:
>> npm install
>> npm run webpack
The app will run in browser at http://0.0.0.0:8080
>> npm run dist
Build artefacts would be put into ./dist folder.
To have your work added to master branch (from which release builds are eventually created), please submit pull request.