Skip to content

tdusnoki/dmscreen.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMSCREEN

This project will be a webDM Screen for Dungeons & Dragons 5e dungeon masters. It will contain initiative tracker, as well as random encounter, treasure, npc generator, soundboard with thematic ambient music, rules, monster stat blocks and so on.

Build

To build the project just simply follow these commands:

git clone https://github.com/tdusnoki/dmscreen.io.git
cd dmscreen.io
npm install
npm start

UNDER CONSTRUCTION