Like the Go playground (and others), but for Pkl!
Check out the live site at: https://pkl-playground.vercel.app
This is spiritually a project of the Pkl open-source community, but is under my personal GitHub to remain within the Vercel free tier.
Clone the repo, then install the dependencies with npm install
.
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.