Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 466 Bytes

File metadata and controls

14 lines (12 loc) · 466 Bytes

corruskivi

Make, modify, and share your own dialogues, all in the same format the game uses

Documentation

Documentation can be found in the project's wiki

Development

You will need the latest version of node.js and npm installed Once installed, you just need to run these commands:

npm install
npm run dev

To build instead of develop, just use npm run build instead.