Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

dnd-manager/dndman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DnDMan

DndMan is a website for managing DnD characters, and games.

Developing

To set up a development environment, follow the instructions below.

Dependencies

You will need to have Python 3.9 or greater to run this. You will also need to have the Poetry package manager for python.

Setup

git clone https://github.com/W1nter-isHere/DnDMan.git
cd DnDMan
poetry config virtualenvs.in-project true
poetry install
poetry shell

Running

Running the development server: Note: Every time you open a new terminal you must run poetry shell again. Or else invoke will not work.

invoke debug

Running the production server (Not yet implemented):

invoke start

About

The Original D&D Manager Developed with Python Flask and HTML/CSS/JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published