Playground
The playground is a web editor with syntax highlighting, autocomplete, and a live preview canvas. Pull the Docker image and run it:
docker pull ghcr.io/halleyfante/pix/playground:latest
docker run -p 3000:3000 ghcr.io/halleyfante/pix/playground:latest
Open http://localhost:3000 in your browser.