Skip to content

Commit

Permalink
docs: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jul 8, 2020
1 parent dcc8060 commit 232b5e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![image](https://i.imgur.com/sa5z3DR.gif)

### featuring
### Featuring

- iOS
- Android
Expand All @@ -12,13 +12,13 @@
- Jest
- Eslint

### install brew
### Install brew

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

### install dependencies
### Install dependencies

```sh
brew install node
Expand All @@ -27,7 +27,7 @@ sudo gem install cocoapods
npm i -g yarn
```

### install code
### Install code

```sh
git clone [email protected]:ethanneff/react-native-web-typescript.git
Expand All @@ -37,7 +37,7 @@ cd ios
pod install
```

### run
### Run

```sh
yarn ios
Expand All @@ -51,19 +51,19 @@ yarn android
yarn web
```

### lint
### Lint

```sh
yarn lint
```

### test
### Test

```sh
yarn test
```

### deploy
### Deploy

```sh
yarn build
Expand Down

0 comments on commit 232b5e2

Please sign in to comment.