Add challenge publication coordinates

This commit is contained in:
Gabor PEK 2018-10-22 15:44:49 +02:00 committed by GitHub
parent b15e442039
commit 6544243844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This is an example playground project built via TFW.
It is a good starting point to build your own challenges from and will host automated tests in the future.
It also gives home to several useful scripts in the `hack` folder to speed up development.
It also gives home to several useful scripts in the `hack` folder to speed up development.
## Getting started
@ -12,7 +12,7 @@ TFW consists of 3 repositories:
- [frontend-tutorial-framework](https://github.com/avatao-content/frontend-tutorial-framework) Angular frontend
- [test-tutorial-framework](https://github.com/avatao-content/test-tutorial-framework) (this repo)
See the documentation of each in their `README.md` files.
See the documentation of each in their `README.md` files. To publish your challenge on the Avatao platform please check out the details on [docs.avatao-challenge.com](https://docs.avatao-challenge.com/publish-challenge).
Note that before getting started with TFW you should already know how to create simpler Avatao challenges.
To learn about Avatao challenge creation in general please consult the [challenge-toolbox](https://github.com/avatao-content/challenge-toolbox) repository.