Skip to content

risotto/play

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2021
Mar 21, 2020
Aug 7, 2021
Aug 7, 2021
Aug 7, 2021
Feb 9, 2020
Apr 26, 2020
Sep 10, 2020
Aug 7, 2021
Aug 7, 2021
Aug 7, 2021

Repository files navigation

Risotto Play 🍲

License Go version Uptime Publish image and Deploy codecov Docker image size Total alerts

api.play.risotto.dev

Similar to Go playground, but for a language nobody will really use: Risotto.

Play about with it on play.risotto.dev

This is just the API, the front-end is hosted in risotto-play, but you can just whack this api into any old front end if you so wish.

Run tests

go test pkg/**/*

Or with docker:

docker build --target tester -t risotto-play-tester .
docker run --rm -iv${PWD}:/host-volume risotto-play-tester

Run locally

Build the DockerFile:

docker build -t risotto-play-api -f Dockerfile .

Run the Dockerfile:

docker run -p 80:4000 risotto-play-api

Or, just run the hosted docker image:

docker run -p 80:4000 jjhaslanded/risotto-play:latest