Go to file
KatieFrogs fd32ecb004 Add base directory support
- Base directory can be changed in config.py from the default / to, for example, /taiko-web/
  - See tools/nginx_subdir.conf for an example nginx configuration with a base directory
- Custom error pages can be used, they can be set in config.py
2022-08-21 22:48:24 +02:00
.github Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
public Add base directory support 2022-08-21 22:48:24 +02:00
templates Add base directory support 2022-08-21 22:48:24 +02:00
tools Add base directory support 2022-08-21 22:48:24 +02:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore Add base directory support 2022-08-21 22:48:24 +02:00
app.py Add base directory support 2022-08-21 22:48:24 +02:00
config.example.py Add base directory support 2022-08-21 22:48:24 +02:00
README.md update setup link 2019-02-13 22:23:18 +00:00
requirements.txt Fix not being able to start gunicorn 2022-04-26 07:15:40 +03:00
schema.py Add custom Don 2020-04-04 16:48:58 +03:00
server.py more debug options 2022-03-24 16:09:01 +00:00

taiko-web

A web-based Taiko no Tatsujin simulator.

Running instance: https://taiko.bui.pm

Still in development. Works best with Chrome.

Setup

Please see the Setup page for setup instructions.