chore: Add volta

This commit is contained in:
Sidharth Vinod
2022-10-10 20:07:59 +08:00
parent e876c35ef9
commit ef47cc5b6f
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