This repo contains the source code of the frontpage and playground available at www.play-lang.dev.
Development
note: we do not accept code contribution at this time. But feel welcome to post suggestions on our forum, or create tickets for any bugs you encounter.
To get started with local development, you'll need fossil to clone a copy of this repo to your machine. Then you can use npm ci
to install all dependencies and npm start
will start a local webserver, which will refresh automatically when it detects a code change.