|
| 1 | +<div> |
| 2 | + <h1 align="center"><a href="https://www.epicweb.dev/workshops">Epic Workshop App Tutorial 👨🏫</a></h1> |
| 3 | + <strong> |
| 4 | + Maximize your learning experience by learning how to use the Epic Workshop App |
| 5 | + </strong> |
| 6 | + <p> |
| 7 | + The Epic Workshop App is a powerful tool for learning and it takes some time to get used to. In this tutorial, we'll walk through the features of the app to make sure you're set up for success. |
| 8 | + </p> |
| 9 | +</div> |
| 10 | + |
| 11 | +<hr /> |
| 12 | + |
| 13 | +<div align="center"> |
| 14 | + <a |
| 15 | + alt="Epic Web logo with the words Deployed Version" |
| 16 | + href="https://epicweb-dev-epicshop-tutorial.fly.dev/" |
| 17 | + > |
| 18 | + <img |
| 19 | + width="300px" |
| 20 | + src="https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/254000390-447a3559-e7b9-4918-947a-1b326d239771.png" |
| 21 | + /> |
| 22 | + </a> |
| 23 | +</div> |
| 24 | + |
| 25 | +<hr /> |
| 26 | + |
| 27 | +<!-- prettier-ignore-start --> |
| 28 | +[![Build Status][build-badge]][build] |
| 29 | +[![GPL 3.0 License][license-badge]][license] |
| 30 | +[![Code of Conduct][coc-badge]][coc] |
| 31 | +<!-- prettier-ignore-end --> |
| 32 | + |
| 33 | +## Prerequisites |
| 34 | + |
| 35 | +- None for this tutorial, but each workshop will have its own prerequisites you'll need to meet. |
| 36 | + |
| 37 | +## Pre-workshop Resources |
| 38 | + |
| 39 | +Here are some resources you can read before taking the workshop to get you up to |
| 40 | +speed on some of the tools and concepts we'll be covering: |
| 41 | + |
| 42 | +- None for this tutorial, but each workshop will have its own pre-workshop resources you'll want to read/watch/listen to. |
| 43 | + |
| 44 | +## System Requirements |
| 45 | + |
| 46 | +- [git][git] v2.18 or greater |
| 47 | +- [NodeJS][node] v18 or greater |
| 48 | +- [npm][npm] v8 or greater |
| 49 | + |
| 50 | +All of these must be available in your `PATH`. To verify things are set up |
| 51 | +properly, you can run this: |
| 52 | + |
| 53 | +```shell |
| 54 | +git --version |
| 55 | +node --version |
| 56 | +npm --version |
| 57 | +``` |
| 58 | + |
| 59 | +If you have trouble with any of these, learn more about the PATH environment |
| 60 | +variable and how to fix it here for [windows][win-path] or |
| 61 | +[mac/linux][mac-path]. |
| 62 | + |
| 63 | +## Setup |
| 64 | + |
| 65 | +This is a pretty large project (it's actually many apps in one) so it can take |
| 66 | +several minutes to get everything set up the first time. Please have a strong |
| 67 | +network connection before running the setup and grab a snack. |
| 68 | + |
| 69 | +> **Warning**: This repo is _very_ large. Make sure you have a good internet |
| 70 | +> connection before you start the setup process. The instructions below use |
| 71 | +> `--depth` to limit the amount you download, but if you have a slow connection, |
| 72 | +> or you pay for bandwidth, you may want to find a place with a better |
| 73 | +> connection. |
| 74 | +
|
| 75 | +Follow these steps to get this set up: |
| 76 | + |
| 77 | +```sh nonumber |
| 78 | +git clone --depth 1 https://github.com/epicweb-dev/epicshop-tutorial.git |
| 79 | +cd epicshop-tutorial |
| 80 | +npm run setup |
| 81 | +``` |
| 82 | + |
| 83 | +If you experience errors here, please open [an issue][issue] with as many |
| 84 | +details as you can offer. |
| 85 | + |
| 86 | +## The Workshop App |
| 87 | + |
| 88 | +Learn all about the workshop app on the |
| 89 | +[Epic Web Getting Started Guide](https://www.epicweb.dev/get-started). |
| 90 | + |
| 91 | +[](https://www.epicweb.dev/get-started) |
| 92 | + |
| 93 | +<!-- prettier-ignore-start --> |
| 94 | +[npm]: https://www.npmjs.com/ |
| 95 | +[node]: https://nodejs.org |
| 96 | +[git]: https://git-scm.com/ |
| 97 | +[build-badge]: https://img.shields.io/github/actions/workflow/status/epicweb-dev/epicshop-tutorial/validate.yml?branch=main&logo=github&style=flat-square |
| 98 | +[build]: https://github.com/epicweb-dev/epicshop-tutorial/actions?query=workflow%3Avalidate |
| 99 | +[license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square |
| 100 | +[license]: https://github.com/epicweb-dev/epicshop-tutorial/blob/main/LICENSE |
| 101 | +[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
| 102 | +[coc]: https://kentcdodds.com/conduct |
| 103 | +[win-path]: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/ |
| 104 | +[mac-path]: http://stackoverflow.com/a/24322978/971592 |
| 105 | +[issue]: https://github.com/epicweb-dev/epicshop-tutorial/issues/new |
| 106 | +<!-- prettier-ignore-end --> |
0 commit comments