Spaces:
Sleeping
Sleeping
drakosfire
commited on
Merge branch 'customUI' of https://github.com/Drakosfire/StoreGenerator into customUI
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
11 |
+
I've got my prior projects hosted at https://huggingface.co/TheDrakosfire, feel free to restart them, if you like em, hate em, leave feedback.
|