Daddy-s-Dungeons-Tools / ddtools-web

The Firebase project and web interface for Daddy's Dungeon Tools.
MIT License
2 stars 1 forks source link
dnd dnd5e firebase react

ddtools-web

The Firebase project and web interface for Daddy's Dungeon Tools.

Stack

ddtools-web is a Google Firebase project and a React single-page application. It uses Typescript both for Firebase Functions and for the React application. It uses the following Firebase services:

Planned Features Master List

Local Setup

You must be added to the Firebase project as a contributor. Contact Frank for access to this.

  1. Install Firebase CLI and login
  2. Clone this repository $ git clone git@github.com:Daddy-s-Dungeons-Tools/ddtools-web.git
  3. Install frontend dependencies $ cd frontend/ && npm install

Local Development

Run Firebase Emulators

firebase emulators:start

Run React SPA

cd frontend/
npm start

Inspiration