11<div >
2- <h1 align =" center " ><a href =" https://www.epicweb.dev/workshops " >Workshop Title 🎃 </a ></h1 >
2+ <h1 align =" center " ><a href =" https://www.epicweb.dev/workshops " >React Router Fundamentals part 1 ⛓️ </a ></h1 >
33 <strong >
4- Workshop subtitle
4+ Data reading and display
55 </strong >
66 <p >
77 Workshop summary
1313<div align =" center " >
1414 <a
1515 alt="Epic Web logo with the words Deployed Version"
16- href="https://epicweb-dev-workshop-template .fly.dev/ "
16+ href="https://epicweb-dev-react-router-fundamentals-pt-1 .fly.dev/ "
1717 >
1818 <img
1919 width="300px"
@@ -79,8 +79,8 @@ network connection before running the setup and grab a snack.
7979Follow these steps to get this set up:
8080
8181``` sh nonumber
82- git clone --depth 1 https://github.com/epicweb-dev/workshop-template .git
83- cd workshop-template
82+ git clone --depth 1 https://github.com/epicweb-dev/react-router-fundamentals-pt-1 .git
83+ cd react-router-fundamentals-pt-1
8484npm run setup
8585```
8686
@@ -98,13 +98,13 @@ Learn all about the workshop app on the
9898[ npm ] : https://www.npmjs.com/
9999[ node ] : https://nodejs.org
100100[ git ] : https://git-scm.com/
101- [ build-badge ] : https://img.shields.io/github/actions/workflow/status/epicweb-dev/workshop-template /validate.yml?branch=main&logo=github&style=flat-square
102- [ build ] : https://github.com/epicweb-dev/workshop-template /actions?query=workflow%3Avalidate
101+ [ build-badge ] : https://img.shields.io/github/actions/workflow/status/epicweb-dev/react-router-fundamentals-pt-1 /validate.yml?branch=main&logo=github&style=flat-square
102+ [ build ] : https://github.com/epicweb-dev/react-router-fundamentals-pt-1 /actions?query=workflow%3Avalidate
103103[ license-badge ] : https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square
104- [ license ] : https://github.com/epicweb-dev/workshop-template /blob/main/LICENSE
104+ [ license ] : https://github.com/epicweb-dev/react-router-fundamentals-pt-1 /blob/main/LICENSE
105105[ coc-badge ] : https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
106106[ coc ] : https://kentcdodds.com/conduct
107107[ win-path ] : https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/
108108[ mac-path ] : http://stackoverflow.com/a/24322978/971592
109- [ issue ] : https://github.com/epicweb-dev/workshop-template /issues/new
109+ [ issue ] : https://github.com/epicweb-dev/react-router-fundamentals-pt-1 /issues/new
110110<!-- prettier-ignore-end -->
0 commit comments