This is a companion app to Disney Magic Kingdoms. It allows players to input their collection information, see token conflicts, and plan level-ups. The original purpose of this app was to display conflicting tokens for a searched character, intended to help prevent creating token conflicts with event characters, and it has grown tremendously from there. See it in action at https://dmktokenguide.com/
I am currently using node 16.4.0
and npm 7.18.1
client
: Runs React code from top level directoryserver
: Runs server-side code from top level directorybuild-client
: Builds React code from top level directoryupdate-main
: Merge dev to main, pushes both, and checks out dev againmerge-dev
: Merge dev to mainpush-main
: Push dev and mainupdatedb
: Update dbdevnotes
: Update dev notesevent
: Update event data and storylinestoryline
: Update event storylinetc
: Update TC datamanual
: Runs manual updates, generally things not covered by scriptsupdatedb
script covers most updates, but there are some limitationsupdateCharacterTokens.js
as well, and often updatedb
needs to be run twice because it tries to add tokens to tasks before creating the tokens (I just haven't bothered to fix this)update-main
and then git pull
on the server and run whatever script(s) needed to update the dataApp.js
and devNotes.js
(and CHANGELOG.md
)devNotes
scriptIf you're interested in running the site, I am happy to transfer ownership of the domain (it will expire soon though). Unfortunately I'm using my server for multiple other projects as well, so you would have to set up your own. I am currently running it on a Digital Ocean droplet that costs me $7-8 per month. Digital Ocean has good guides for setting things up. Feel free to build your own version, this repo has a lot of old spaghetti and if I had all the time in the world I would completely rebuild it.
Things I would recommend doing before deploying officially:
A loose guide to deploying the project (it's been a few years since I did this, so I can't say definitively):
There's a lot of refactoring in the works that I just do not have time to complete.
I added these as Git issues.