An expanded version of miltydraft.com, with saving/sharing drafts across sessions.
To install a local copy of this app you can clone it from the Git Repo:
git@github.com:shenanigans-be/miltydraft.git
Install the PHP dependencies by running composer install
in the root directory
Lastly you'll need to create a .env file (also in the root directory).
See .env.example
for details.
Frontend runs on vanilla JS/jQuery (I'm aware jQuery is a bit of a blast from the past at this point; sue me and/or change it and PR me if you want) and the Back-end is vanilla PHP. As such there's no build-system, or compiling required except for the steps described above. You will need to run it through Apache in order to make the URL rewriting work (for the draft page). If you're unfamiliar with setting this up, we recommend using something like XAMPP