Skip to content

tometips/tometips

Repository files navigation

ToME Tips

Auto-generated web-based spoilers for ToME.

Development instructions:

  1. Make sure that you have the prerequisites installed:
  • LuaJIT - although Lua 5.1.x should also work if you edit the Makefile.
  • Additional Lua libraries - currently, LPeg
  • make
  • The Git command-line client
  • ImageMagick
  • Pngcrush
  • Handlebars, installed globally via Node.js's npm.
  • The current build system uses symlinks and so requires a Unix-like operating system or Cygwin.
  1. Run make. This will automatically clone the ToME repository and generate spoilers from the most recent ToME release.
  2. Check the Makefile for pretty-printing JSON spoiler information for debugging and more.