chore: Add volta

This commit is contained in:
Sidharth Vinod 2022-10-10 20:07:59 +08:00
parent e876c35ef9
commit ef47cc5b6f
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 10 additions and 1 deletions

View File

@ -10,6 +10,12 @@ Below link will help you making a copy of the repository in your local system.
https://docs.github.com/en/get-started/quickstart/fork-a-repo
## Requirements
- [volta](https://volta.sh/) to manage node versions.
- [Node.js](https://nodejs.org/en/). `volta install node`
- [pnpm](https://pnpm.io/) package manager. `volta install pnpm`
## Development Installation
```bash

View File

@ -151,5 +151,8 @@
"sideEffects": [
"**/*.css",
"**/*.scss"
]
],
"volta": {
"node": "18.5.0"
}
}