Mandalan Tales is an online role-playing game (RPG) that is accessible and works on any device. It uses simple 2D graphics and a text-based interface. Players can create thier own game worlds after completing the main quest.
- /docs - Documentation
- /docs/src - Markdown Prototypes
- /proto - HTML Prototypes
- /src - Application Source Code
- /assets - Application and Documentation Assets
- We strongly recommend a node version manager like nvm
- To install node.js visit nodejs.org
- To install the application, execute the following command from the root directory:
$ npm install
or
$ npm ci
for a clean install.
- To configure the server:
- The biggest issue we've seen is with node versioning. If you're having trouble, try installing nvm and using the version of node specified in the DEPENDENCIES file.
- To run the application, execute the following command from the root directory:
$ npm start
We welcome contributions to this project. Please read our CONTRIBUTING documents for details.
See our CODE_OF_CONDUCT document for details.
This project is licensed under copyright. See LICENSE for
See our ACKNOWLEDGEMENTS document for details.
See our SUPPORT document for details.