Skip to content

Commit 659a119

Browse files
authored
add instructions to readme
1 parent ed8e6f1 commit 659a119

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

readme.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,40 @@
22

33
An introductory TypeScript workshop for beginners.
44

5+
56
## Slides
67

78
[bit.ly/muses-code-ts](http://bit.ly/muses-code-ts)
89

10+
## Setup
11+
download or clone the repo.
12+
13+
### for exercises 1-3:
14+
15+
install dependencies:
16+
```
17+
yarn
18+
```
19+
or
20+
```
21+
npm install
22+
```
23+
24+
### for exercise 4
25+
navigate to app folder and install dependencies
26+
```
27+
cd app
28+
yarn
29+
```
30+
or
31+
```
32+
cd app
33+
npm install
34+
```
35+
36+
937

1038
## Author
1139
Leo Caseiro
12-
github: [https://github.com/leocaseiro](https://github.com/leocaseiro)
13-
twitter: [@leocaseiro](https://twitter.com/leocaseiro)
40+
* github: [https://github.com/leocaseiro](https://github.com/leocaseiro)
41+
* twitter: [@leocaseiro](https://twitter.com/leocaseiro)

0 commit comments

Comments
 (0)