|
1 | 1 | # Your First IDE Lab
|
2 | 2 |
|
3 |
| -<a href="https://learn.co/ide-3/download"> |
4 |
| - <img height="56px" width="auto" src="https://s3-us-west-2.amazonaws.com/curriculum-content/streamlined-onboarding/download-ide-button.png" /> |
5 |
| -</a> |
6 |
| - |
7 | 3 | Now that you've downloaded and installed the Learn IDE, it's time to solve your first lab.
|
8 | 4 |
|
9 |
| -## What You're Going to Learn |
| 5 | +Watch the video below to see how to solve this lab. |
| 6 | + |
| 7 | +<iframe width="560" height="315" src="https://www.youtube.com/embed/UuObhDt9ZV0?rel=0&modestbranding=1" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/watch?v=UuObhDt9ZV0">First IDE Lab</a></p> |
10 | 8 |
|
11 |
| -1. Open this Lab in the Learn IDE. |
12 |
| -2. Login to the Learn IDE. |
13 |
| -3. Navigate Folders with the File Tree. |
14 |
| -4. Open a File from the File Tree. |
15 |
| -5. Edit a File with the Text Editor. |
16 |
| -6. Save a File. |
17 |
| -7. Run a Command with the Terminal. |
18 |
| -8. Run Your Tests with `learn` from Terminal. |
19 |
| -9. Submit this Lab with `learn submit` from Terminal. |
| 9 | +## Instructions |
20 | 10 |
|
21 |
| -## Goal |
| 11 | +Open this lab in the Learn IDE, edit the file `edit-me.txt` in this lab using the Learn IDE, run the tests with `learn` and submit the lab with `learn submit`. |
22 | 12 |
|
23 |
| -To edit the file `edit-me.txt` in this lab using the Learn IDE, run the tests with `learn` and submit the lab with `learn submit`. If you feel comfortable with that, go ahead and try it now by clicking the "Open" button. Otherwise, you can watch a video walkthrough below and read a more detailed explanation. |
| 13 | +If you feel comfortable with that, go ahead and try it now by clicking the "Open" button. Otherwise continue reading for a more detailed explanation. |
24 | 14 |
|
25 |
| -** If you are new to programming, please watch the video below and read the entire lab before beginning.** The context of reading everything you're going to do before you start will help. Then you can follow along with the lab and it will be easier. |
| 15 | +** If you are new to programming, please watch the video below and read the entire lab before beginning.** |
26 | 16 |
|
27 |
| -### Video |
| 17 | +The context of reading everything you're going to do before you start will help. Then you can follow along with the lab and it will be easier. |
| 18 | + |
| 19 | +If you haven't already <a href="https://learn.co/ide-3/download"> |
| 20 | + <img height="56px" width="auto" style="display: inline;" src="//s3-us-west-2.amazonaws.com/curriculum-content/streamlined-onboarding/download-ide-button.png" /> |
| 21 | +</a> |
28 | 22 |
|
29 |
| -<iframe width="560" height="315" src="https://www.youtube.com/embed/HFvHQVsVqAU?rel=0&modestbranding=1" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/watch?v=HFvHQVsVqAU">First IDE Lab</a></p> |
30 | 23 |
|
31 | 24 | ### 1. Opening a Lab with the Learn IDE
|
32 | 25 |
|
|
0 commit comments