Home page of the Chisel mod! Here you can find info about the mod, all current releases/builds, and more (?).
Soon to be launched at chisel.team.
This site currently uses Javascript (jQuery) for frontend scripting, and PHP for the backend.
Dependency management is handled by Composer. Install this before continuing. Once installed (or if you already have it) simply run composer install
from the project directory to download dependencies.
To test this site locally, you need a PHP server on your computer. I recommend WAMPserver (Windows only) or MAMP (MacOS only).
Install and run your local server of choice, then clone (or symlink, etc) the git repo into the server's document root. Then just load it up in your browser (usually as localhost/[folder]).