Workflow - nikoladimitroff/GiftOfTheSanctum GitHub Wiki

Setup

Automatic

Run setup.bat as admin

Manual

  1. Run npm-install (npm install)
  2. Copy the contents of "githooks" to ".git/hooks".

Running the server

  1. Run a development server using dev_server.bat - this will also start watchify.
  2. Check your code for style errors using check_code.bat.
  3. Build the client using build.bat