mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 14:51:33 +00:00
Updated Setting up a development environment (markdown)
parent
0aa730ebe7
commit
e4d7539276
@ -15,10 +15,10 @@ pip install git+https://github.com/avatao-content/baseimage-tutorial-framework.g
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Editing the base image
|
### 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 [repository](https://github.com/avatao-content/baseimage-tutorial-framework), you are covered. Make sure that the repository shares the same parent folder with your challenge, so *tfw.sh* can detect it.
|
||||||
|
|
||||||
### Editing the frontend
|
### 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:
|
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
|
* yarn
|
||||||
* Angular CLI
|
* Angular CLI
|
||||||
After that, clone this [repo](https://github.com/avatao-content/frontend-tutorial-framework), and run `yarn install` in the root directory.
|
After that, clone this [repository](https://github.com/avatao-content/frontend-tutorial-framework), and run `yarn install` in the root directory.
|
Loading…
Reference in New Issue
Block a user