|
32 | 32 |
|
33 | 33 | ## Prerequisites |
34 | 34 |
|
35 | | -- None for this tutorial, but each workshop will have its own prerequisites you'll need to meet. |
| 35 | +Each workshop will have its own prerequisites you'll need to meet. |
| 36 | + |
| 37 | +- Understanding of how to use the command line to run basic commands. |
36 | 38 |
|
37 | 39 | ## Pre-workshop Resources |
38 | 40 |
|
39 | 41 | Here are some resources you can read before taking the workshop to get you up to |
40 | 42 | speed on some of the tools and concepts we'll be covering: |
41 | 43 |
|
42 | | -- None for this tutorial, but each workshop will have its own pre-workshop resources you'll want to read/watch/listen to. |
| 44 | +- None for this tutorial, but each workshop will have its own pre-workshop |
| 45 | + resources you'll want to read/watch/listen to. |
43 | 46 |
|
44 | 47 | ## System Requirements |
45 | 48 |
|
@@ -85,10 +88,17 @@ details as you can offer. |
85 | 88 |
|
86 | 89 | ## The Workshop App |
87 | 90 |
|
88 | | -Learn all about the workshop app on the |
89 | | -[Epic Web Getting Started Guide](https://www.epicweb.dev/get-started). |
| 91 | +This workshop repository is intended to guide you through using the Epic |
| 92 | +Workshop App. Once you have this repository cloned and setup as described above, |
| 93 | +start the app in the terminal by running this command in the directory where you |
| 94 | +cloned the repository: |
| 95 | + |
| 96 | +```sh |
| 97 | +npm run start |
| 98 | +``` |
90 | 99 |
|
91 | | -[](https://www.epicweb.dev/get-started) |
| 100 | +The URL for the app will be displayed and you can open it in the browser. From |
| 101 | +there, follow the instructions in the app to complete the tutorial. |
92 | 102 |
|
93 | 103 | <!-- prettier-ignore-start --> |
94 | 104 | [npm]: https://www.npmjs.com/ |
|
0 commit comments