Skip to content

Commit 46bfb2e

Browse files
committed
add volta instructions
1 parent ed6ea6f commit 46bfb2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ Specifying exceptions allows you to exclude specific scenarios from rule enforce
183183

184184
## Development Setup
185185

186+
> This project optionally uses [Volta](https://volta.sh) to manage Node.js versions. Install Volta with:
187+
>
188+
> ```sh
189+
> curl https://get.volta.sh | bash
190+
> ```
191+
>
192+
> Once installed, Volta will automatically use the Node.js version defined in `package.json`.
193+
186194
1. Clone the repo:
187195
188196
```bash

0 commit comments

Comments
 (0)