Built using SLIM. Steps to set up SLIM for local hosting are below.
If this website has issues, contact Uri Reem (Discord: AlsoPhant0m#4445).
https://windows.php.net/download/ Download and extract the zip file to the C Drive
http://getcomposer.org/doc/00-intro.md#installation If it doesn't automatically, during installation reference the wizard to the location of the PHP folder downloaded
Run composer install in the root of the repository
Run php -S localhost:8000 in the public/ directory
git add . git commit -m "message_name" git push