Skip to content

Commit 2caa94d

Browse files
committed
Update getting started and readme
1 parent e3a0b21 commit 2caa94d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Table of Contents
1+
## Table of Contents
22
How to approach this repo.
33
1. [Coding Guidelines](#coding-guidelines) (this file)
44
2. [Getting Started](gettingstarted.md)

gettingstarted.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ I want to just make sure everyone is on the same page by just outlining what to
88
- Once logged in, make sure you look for the channel #teamhack on the left hand side of the channels area (the main area is where people chat).
99
- Click on `#teamhack` to get to the Team Hack channel and then say hello, to let us know you're in! Mission 1 complete!
1010

11-
## Book Mark Github
11+
## Bookmark Github
1212

1313
Next, after you're on Discord, be sure to also have the Github community saved (bookmarked) in your browser.
1414

@@ -91,6 +91,10 @@ Push everything so your own repo on Github is also in sync
9191
git push
9292
```
9393

94+
## Next Steps - Clone The Storybook Repo
95+
96+
Go back our [Team Hack main page](https://github.com/team-hack) and look for the repo `react-components`. Go ahead and clone that down, and then start to look around the code locally on your own machine. Be sure to create a new feature branch before doing any work. Then see if you can edit some of the components already there or add a new component to the work if you feel confident. We will be working to create our own component library so it's a good idea to read ahead and try to understand things before our next call. Any questions, again ask on [Discord](https://discord.gg/sFHSVR5)!
97+
9498
**Any questions, please ask on Discord!!**
9599

96100
## Notes:

0 commit comments

Comments
 (0)