diff --git a/README.md b/README.md index a69df70..1f23bb6 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,9 @@ This includes context-dependent hints and the automatic typing of commands to a ### Frontend Note that our frontend implementation is written in Angular. It is maintained and documented in the `frontend-tutorial-framework` repository. + +## Where to go next + +Most of the components you need have docstrings included (hang on tight, this is work in progress) – refer to them for usage info. + +To get started you should take a look at the `test-tutorial-framework` repository, which serves as an example project as well.