Installation
Package Managers
npm install @wezzcoetzee/grvtpnpm add @wezzcoetzee/grvtyarn add @wezzcoetzee/grvtbun add @wezzcoetzee/grvtdeno add jsr:@wezzcoetzee/grvtimport { GrvtClient } from "jsr:@wezzcoetzee/grvt";Platform Requirements
Platform
Version
Notes
TypeScript Configuration
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true
}
}Verification
Next Steps
Last updated