From 1061220f8228bf24973fb74cf9fe641474649cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 17 Apr 2018 13:57:52 +0200 Subject: [PATCH] Add 'where to go next' section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.