An interactive tutorial and demo for the Pkl config language, featuring CodeMirror
- Interactive Pkl tutorial
- Live code editor with syntax highlighting
- Pkl execution via AWS Lambda
- Examples written in Markdown + Pkl, found in
./public/content
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser
npm run buildThe built files will be in the dist/ directory, ready for deployment to AWS.