1
Fork 0
Interactive web playground for Hare. https://hare-exec.fly.dev/
Go to file
2024-06-03 21:07:15 +02:00
cmd/playground rename the binary to playground 2024-06-03 21:07:15 +02:00
frontend show running text 2024-06-03 20:59:40 +02:00
test switch to new api in tests 2024-06-03 21:05:13 +02:00
vendor updated hare-http fork 2024-06-03 20:55:21 +02:00
.dockerignore remove not-existing files from ignore list 2024-06-02 01:11:04 +02:00
.gitignore rename the binary to playground 2024-06-03 21:07:15 +02:00
.gitmodules re-vendor dependencies 2024-06-02 01:07:45 +02:00
COPYING readme and license 2024-06-02 00:59:58 +02:00
Dockerfile rename the binary to playground 2024-06-03 21:07:15 +02:00
flake.lock update input 2024-06-02 00:53:39 +02:00
flake.nix readme and license 2024-06-02 00:59:58 +02:00
fly.toml moved 2024-06-01 16:46:01 +02:00
Makefile rename the binary to playground 2024-06-03 21:07:15 +02:00
README.md rename the binary to playground 2024-06-03 21:07:15 +02:00

Hare Playground

Interactive web playground for Hare.

Hare Playground Online

Develop

nix develop
make

Build

make

Build Docker container

docker build -t hareplayground

Run locally

./playground -b ./frontend

Run Docker container

docker run --privileged --rm -p 8080:8080 --name hareplayground hareplayground

Test

Run the container locally. Then:

make test

Deploy

fly deploy

License

MPL.