Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeebLama committed May 19, 2023
1 parent d1f0cf9 commit 081102a
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ frontend-skeleton
git clone https://github.com/SanjeebLama/frontend-skeleton.git
```

2. Go inside `turbo-frontend-skeleton` folder
2. Go inside `frontend-skeleton` folder

```jsx
cd turbo-frontend-skeleton
cd frontend-skeleton
```

3. Checkout to `develop` branch
Expand Down Expand Up @@ -286,13 +286,13 @@ Good Job! 🤗 You successfully installed the skeleton, now we just need to run
<br>- To run **Web** workspace from root

```jsx
yarn workspace web run dev
yarn run web
```

<br>- To run **Docs** workspace from root

```jsx
yarn workspace docs run dev
yarn run docs
```

<p align="right"><a href="#-turbo-frontend-skeleton">⬆️</a></p>
Expand All @@ -305,24 +305,10 @@ Good Job! 🤗 You successfully installed the skeleton, now we just need to run
<br>To build all apps and packages, run the following command:

```
cd turbo-frontend-skeleton
cd frontend-skeleton
yarn run build
```

To run apps workspace

```
cd turbo-frontend-skeleton
yarn workspace web run dev
```

To run docs workspace

```
cd turbo-frontend-skeleton
yarn workspace docs run dev
```

<p align="right"><a href="#-turbo-frontend-skeleton">⬆️</a></p>

</details>
Expand Down

0 comments on commit 081102a

Please sign in to comment.