Workflow - nikoladimitroff/GiftOfTheSanctum GitHub Wiki
Setup
Automatic
Run setup.bat
as admin
Manual
- Run npm-install (
npm install
) - Copy the contents of "githooks" to ".git/hooks".
Running the server
- Run a development server using
dev_server.bat
- this will also start watchify. - Check your code for style errors using
check_code.bat
. - Build the client using
build.bat