Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 618 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 618 Bytes

A Gleam playground

alt text

This is a playground for running snippets of Gleam code in the browser. This project is based on the excellent go-playground by x1unix. Most of the frontend remain the same as in the original project, while the backend that actually compiles and runs the written Gleam code has been switched out with OpenFaaS running functions written in Python using the FastAPI framework.

Deployment instructions

TODO