Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 537 Bytes

File metadata and controls

27 lines (17 loc) · 537 Bytes

dice-lang-demo

Demo application and documentation for dice-lang, a language for describing dice rolls in tabletop roleplaying games.

View it live at dice-lang.com.

Local Setup

Install all dependencies with:

npm install

Start the demo with:

ng serve

Then navigate to http://localhost:4200/.

Additional documentation

Further information on dice-lang can be found in its respective repository:
https://github.com/Mvrlex/dice-lang