diff --git a/Main-repositories.md b/Main-repositories.md new file mode 100644 index 0000000..c470973 --- /dev/null +++ b/Main-repositories.md @@ -0,0 +1,12 @@ +## [baseimage-tutorial-framework](https://github.com/avatao-content/baseimage-tutorial-framework) + +This is the beating heart of TFW – the Docker baseimage containing the internals of the framework. It's most important element is the robust messaging system that makes it straightforward to implement interactive exercises. + +## [frontend-tutorial-framework](https://github.com/avatao-content/frontend-tutorial-framework) + +This is the Angular frontend of TFW. The main exposed features are our pre-implemented components based on the `src/app/services/websocket.service.ts` service. +This service provides an *RxJS* based communication API to the framework backend (TFW server and event handlers). Another useful features are a bunch of pre-designed layouts and dynamic switching between them. + +# [test-tutorial-framework](https://github.com/avatao-content/test-tutorial-framework) + +This is an example playground project built via TFW. It is a good starting point to build your own challenges from. It also gives home to several useful scripts in the hack folder to speed up development. \ No newline at end of file