Skip to content

Commit

Permalink
feat:volta integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintya-Chatterjee committed Mar 5, 2024
1 parent 268a2f5 commit 3af3f7b
Show file tree
Hide file tree
Showing 3 changed files with 8,187 additions and 5,604 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ https://stag-skill-tree.vercel.app/
### Prerequisites
- [Node.js](https://nodejs.org/en/download)
- Yarn
- Volta

[Why Volta?](https://docs.volta.sh/guide/#why-volta)

To install Volta, please follow this [Guide](https://docs.volta.sh/guide/getting-started)

### Setup
- Install local dependencies
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"dev:server": "next dev -p 3000",
"dev:reverse-ssl": "local-ssl-proxy --source 443 --target 3000",
"dev": "run-p dev:*",
"dev": "run-p 'dev:*'",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
Expand Down Expand Up @@ -58,5 +58,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1"
},
"volta": {
"node": "20.11.1",
"yarn": "4.1.1"
}
}
Loading

0 comments on commit 3af3f7b

Please sign in to comment.