Skip to content

Commit 5f0ca0f

Browse files
committed
update deps
1 parent e2c0024 commit 5f0ca0f

6 files changed

Lines changed: 912 additions & 1411 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@
3232

3333
## Prerequisites
3434

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.
3638

3739
## Pre-workshop Resources
3840

3941
Here are some resources you can read before taking the workshop to get you up to
4042
speed on some of the tools and concepts we'll be covering:
4143

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.
4346

4447
## System Requirements
4548

@@ -85,10 +88,17 @@ details as you can offer.
8588

8689
## The Workshop App
8790

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+
```
9099

91-
[![Kent with the workshop app in the background](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/280407082-0e012138-e01d-45d5-abf2-86ffe5d03c69.png)](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.
92102

93103
<!-- prettier-ignore-start -->
94104
[npm]: https://www.npmjs.com/

0 commit comments

Comments
 (0)