Skip to content

Commit abc312b

Browse files
committed
refactor: update installation section and improve introduction clarity in web apps documentation
1 parent f3557e1 commit abc312b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/content/docs/web-apps/installation.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ This guide will walk you through the process of installing and running the `toru
1818
- **Node.js** - `20.16.0` or higher.
1919
- **pnpm** - `9.7.1` or higher.
2020
- **just** - [installation guide](https://github.com/casey/just).
21-
- **Text editor** - We recommend using [VSCode](https://code.visualstudio.com/).
2221

23-
## Setup the `torus-ts` monorepo
24-
25-
This section will cover all the steps including optional steps that can be skipped depending on the app you want to run, read the <Badge text="Notes" variant="note" /> on each step to understand if it's required for your use case.
22+
## Monorepo setup
2623

2724
<br />
2825

src/content/docs/web-apps/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { LinkCard, Aside } from "@astrojs/starlight/components";
77

88
These docs will guide you through the process of building / integrating with Torus web apps. We provide a set of tools and libraries to help you build and contribute to the Torus ecosystem.
99

10-
The ecosystem is built using a [monorepo](https://turbo.build/repo/docs) structure, which allows us to share code and tools across different projects. This structure also helps us maintain a consistent codebase and development environment.
10+
The ecosystem is built using a monorepo with [Turborepo](https://turbo.build/repo/docs), which allows us to share code and tools across different projects.
1111

1212
## Web Apps
1313

@@ -38,6 +38,6 @@ The ecosystem is built using a [monorepo](https://turbo.build/repo/docs) structu
3838
/>
3939

4040
<Aside type="tip">
41-
To access enviroments pointing to the testnet node, add the `.testnet`
41+
To access enviroments pointing to the testnet nodes, add the `.testnet`
4242
subdomain to the URL, eg. `https://allocator.testnet.torus.network/`
4343
</Aside>

0 commit comments

Comments
 (0)