Add 'where to go next' section to README

This commit is contained in:
Kristóf Tóth 2018-04-17 13:57:52 +02:00
parent ca1278e0b4
commit 1061220f82
1 changed files with 6 additions and 0 deletions

View File

@ -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.