This is not a complete resource and may never be released - for now, it's some experimental code to play around with.
So do not use this resource unless you understand what it's for.
Install any LTS release of Node.js from v22.
Install the pnpm package manager globally.
npm install -g pnpm
Execute the following command to install dependencies.
pnpm install
Use pnpm watch to actively rebuild modified files while developing the resource.
Use pnpm build to build all project files in production mode.