From 43d63323faf7c8c3129782611614de11c5ca7f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 8 May 2018 12:49:31 +0200 Subject: [PATCH] Add note on challenge-toolbox --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd7050c..5194ad1 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ Our magical bash script `hack/tfw.sh` can handle everything for you. Just run it It is advisable to run the frontend locally while developing to avoid really looooong build times. The `hack/tfw.sh` script handles this for you automagically. +### Challenge-toolbox + +You can also use our [toolbox](https://github.com/avatao-content/challenge-toolbox) to build and run TFW based challenges, just like the regular ones. +Note that this will always create a production build with the frontend included. + ### Doing it manually In case you **must** *really* do it then you can build & run manually.