drakosfire commited on
Commit
75e4552
1 Parent(s): f434b03

updated readme.md with additiona details of fixes needed and future expansion. Added metadata and pointed flask app to port 7860

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,10 +1,28 @@
 
 
 
 
 
 
 
 
 
1
  #Store Generator
2
  ## Another DnD Tool from Drakosfire
3
 
4
  This is a work in progress. I got about 80% of the way to rendering the the Chat GPT 4o generated store into a static html format.
5
  When a friend suggested a different format choice. 3 weeks later I'm writing JavaScript because I've decided what I want is a drag and drop DnD Page formatting tool.
6
  I've got the core functionality built in and am expanding blocks.
7
- Next will be finishing the core block structure based off of The_Mirage_Emporium.html as the static iteration.
 
 
 
 
 
 
 
 
 
8
 
9
  All css in /dependencies comes from the incredible folk at https://github.com/naturalcrit/homebrewery/ as does the original formatting and a whole lot of inspiration.
10
 
 
1
+ ---
2
+ title: Drakosfires Dungeons and Dragons Statblock Generator
3
+ emoji:
4
+ colorFrom: yellow
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port:7860
8
+ ---
9
+
10
  #Store Generator
11
  ## Another DnD Tool from Drakosfire
12
 
13
  This is a work in progress. I got about 80% of the way to rendering the the Chat GPT 4o generated store into a static html format.
14
  When a friend suggested a different format choice. 3 weeks later I'm writing JavaScript because I've decided what I want is a drag and drop DnD Page formatting tool.
15
  I've got the core functionality built in and am expanding blocks.
16
+ Currently pages are pretty janky and am working to fix.
17
+ Need more user feedback, loading bars.
18
+
19
+ Future additions :
20
+ Gif of talking head for store keeper.
21
+ Use a generated script for rolepplay interaction.
22
+ Voiced output.
23
+ Whisper sync to handle user voice input.
24
+
25
+
26
 
27
  All css in /dependencies comes from the incredible folk at https://github.com/naturalcrit/homebrewery/ as does the original formatting and a whole lot of inspiration.
28