Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

You'll need the following tools installed on your system:

```
```bash
brew install pnpm node just cmake
```

Install Rust & Cargo using rustup:

```
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install cargo-binstall
```

Initial setup to install dependencies for Vite+:

```
```bash
just init
```

Expand Down Expand Up @@ -49,13 +49,13 @@ just init

To create a release build of Vite+ and all upstream dependencies, run:

```
```bash
just build
```

## Install the Vite+ Global CLI from source code

```
```bash
pnpm bootstrap-cli
vp --version
```
Expand Down Expand Up @@ -134,7 +134,7 @@ vp --version

You can run this command to build, test and check if there are any snapshot changes:

```
```bash
pnpm bootstrap-cli && pnpm test && git status
```

Expand Down Expand Up @@ -189,7 +189,7 @@ git push --force-with-lease

To sync the latest upstream dependencies such as Rolldown and Vite, run:

```
```bash
pnpm tool sync-remote
just build
```
Expand Down
Loading