You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Text editor** - We recommend using [VSCode](https://code.visualstudio.com/).
22
21
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 <Badgetext="Notes"variant="note" /> on each step to understand if it's required for your use case.
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.
9
9
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.
11
11
12
12
## Web Apps
13
13
@@ -38,6 +38,6 @@ The ecosystem is built using a [monorepo](https://turbo.build/repo/docs) structu
38
38
/>
39
39
40
40
<Asidetype="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`
42
42
subdomain to the URL, eg. `https://allocator.testnet.torus.network/`
0 commit comments