UI for dungeon.studio
The UI is available at https://my.dungeon.studio.
This project uses purescript-halogen with purescript-run for extensible effects.
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
npm
This project utilizes npm
and local builds can use the following setup:
npm install
npm run build
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.
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.