Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 487 Bytes

#DnD5 Dungeon Master DataBase

This project is meant to be a tool for DM to have a quick access on spell description and monster blocks during the game.

Install : You need sbt (http://www.scala-sbt.org/) to build it.

Then, in a terminal from the root of the project :

$ sbt printClassPathFile
$ ./dnd5dmdb.sh

Now you can go in your browser to localhost:8080 and you should be able to access to DnD5 DM DB

This is an initial version, more feature are meant to come