/my.dungeon.studio

Primary LanguagePureScriptMIT LicenseMIT

Description

UI for dungeon.studio

Getting Started

The UI is available at https://my.dungeon.studio.

This project uses purescript-halogen with purescript-run for extensible effects.

Locally with docker-compose

This project is setup to run with docker-compose. Running the following command will build a docker image, and start all requisite services as docker containers.

docker-compose up -d

Locally with npm

This project utilizes npm and local builds can use the following setup:

npm install
npm run build

Reporting Issues

Any issues discovered should be recorded on github. If you believe you've found an error or have a suggestion for a new feature; please, ensure that it is reported.

If you would like to contribute a fix or new feature; please, submit a pull request. This project follows git flow and utilizes travis to automatically check pull requests before a manual review.

Contributors

The COPYRIGHT file contains a list of contributors with their respective copyrights and other information. If you submit a pull request and would like attribution; please, add yourself to the COPYRIGHT file.