1
Fork 0
Interactive web playground for Hare. https://hare-exec.fly.dev/
Go to file
2024-06-03 20:43:18 +02:00
cmd/httpd no more codapi, no more extra json 2024-06-03 20:43:18 +02:00
frontend no more codapi, no more extra json 2024-06-03 20:43:18 +02:00
test Add some tests 2024-06-01 18:19:27 +02:00
vendor re-vendor dependencies 2024-06-02 01:07:45 +02:00
.dockerignore remove not-existing files from ignore list 2024-06-02 01:11:04 +02:00
.gitignore remove not-existing files from ignore list 2024-06-02 01:11:04 +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 moved 2024-06-01 16:46:01 +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
live.hurl moved 2024-06-01 16:46:01 +02:00
Makefile Remove early play tests 2024-06-02 01:08:53 +02:00
README.md readme and license 2024-06-02 00:59:58 +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

./httpd -b ./frontend

Run Docker container

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

Test

Run the container locally. Then:

make test

License

MPL