mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Use Mise instead of Volta (Volta is no longer maintained)
This commit is contained in:
+4
-1
@@ -29,7 +29,10 @@ Hello! We’re delighted that you’re interested in contributing to **BSManager
|
||||
### Before You Begin
|
||||
|
||||
1. **[Fork the repository][fork]** and **clone** your fork locally.
|
||||
2. **Install the required Node.js version** (we recommend using [Volta](https://volta.sh/) to manage Node versions).
|
||||
2. **Install the required tools (Node, etc)** (we recommend using [mise](https://mise.jdx.dev/) to manage tool versions).
|
||||
```bash
|
||||
mise install
|
||||
```
|
||||
3. **Install project dependencies**:
|
||||
```bash
|
||||
npm install
|
||||
|
||||
@@ -248,8 +248,5 @@
|
||||
".erb/dll/**"
|
||||
],
|
||||
"logLevel": "quiet"
|
||||
},
|
||||
"volta": {
|
||||
"node": "24.11.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user