Skip to content

Commit c04d15d

Browse files
document vp instead of mise
1 parent 9da430c commit c04d15d

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

.mise.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,26 @@ T3 Cloud Clerk setup: [docs/cloud/t3-cloud-clerk.md](./docs/cloud/t3-cloud-clerk
6262

6363
## If you REALLY want to contribute still.... read this first
6464

65-
Before local development, prepare the environment and install dependencies:
65+
### Install `vp`
66+
67+
T3 Code uses Vite+ so you'll need to install the global `vp` command-line tool.
68+
69+
#### macOS / Linux
70+
71+
```bash
72+
curl -fsSL https://vite.plus | bash
73+
```
74+
75+
#### Windows
76+
77+
```bash
78+
irm https://vite.plus/ps1 | iex
79+
```
80+
81+
### Install dependencies
6682

6783
```bash
68-
# Optional: only needed if you use mise for dev tool management.
69-
mise install
70-
vp install
84+
vp i
7185
```
7286

7387
T3 Cloud is optional and disabled in a fresh clone. To enable it for web, desktop, and mobile source

0 commit comments

Comments
 (0)