Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
/ CaydicSheet Public archive
forked from github/codespaces-flask

Sheet of my rpg Character make with Flask

Notifications You must be signed in to change notification settings

Clydic/CaydicSheet

 
 

Repository files navigation

This is my character of D&D3.5

It was used for one adventure.

To run this application in debug run:

flask --debug run

To create a container there is a makefile
build image:

make build

run container

make create

erase container

make erase

If you wannt to change default parameter:

  • IMAGE : name of image you want to build or use
  • CONTAINER
  • PORT Example:
make run IMAGE=my_image PORT=1236 CONTAINER=my_container name

About

Sheet of my rpg Character make with Flask

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.3%
  • HTML 45.8%
  • CSS 2.6%
  • Other 1.3%