From 2961feb349620573cd5e6a2ca03b94dacda980c4 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 9 Sep 2019 08:56:30 +0200 Subject: [PATCH] Updated Setting up a development environment (markdown) --- Setting-up-a-development-environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Setting-up-a-development-environment.md b/Setting-up-a-development-environment.md index 2eed58c..5c5fcf1 100644 --- a/Setting-up-a-development-environment.md +++ b/Setting-up-a-development-environment.md @@ -1,7 +1,7 @@ To be able to use the framework locally, you may need to install some of the packages listed below depending on your intentions. ### Running challenges -You can run/develop TFW exercises locally with only utilizing **Docker** containers, however, if you don't prefer building everything manually, then it is advisable to use our `tfw.sh` script that requires: +You can run/develop TFW exercises locally with only utilizing **Docker** containers, however, if you don't prefer [building everything manually](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/Building-everything-manually), then it is advisable to use our `tfw.sh` script that requires: * GNU coreutils * bash * git @@ -15,10 +15,10 @@ pip install git+https://github.com/avatao-content/baseimage-tutorial-framework.g ``` ### Editing the base image -If you install everything mentioned above and clone the [base image repo](https://github.com/avatao-content/baseimage-tutorial-framework), you are covered. Make sure that the repo shares the same parent folder with your challenge, so `tfw.sh` can detect it. +If you install everything mentioned above and clone the base image [repo](https://github.com/avatao-content/baseimage-tutorial-framework), you are covered. Make sure that the repo shares the same parent folder with your challenge, so `tfw.sh` can detect it. ### Editing the frontend Normally, the frontend is just statically served by *nginx* in the container, but if you wish to modify it, you will need these locally: * yarn * Angular CLI -After that, clone [this repo](https://github.com/avatao-content/frontend-tutorial-framework), and run `yarn install` in the root directory. \ No newline at end of file +After that, clone this [repo](https://github.com/avatao-content/frontend-tutorial-framework), and run `yarn install` in the root directory. \ No newline at end of file