diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..29b8cd1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,4 @@ +image: clojure + +tasks: + - command: 'lein koan run' diff --git a/README.md b/README.md index da88f1c..490a503 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/functional-koans/clojure-koans) + # Clojure Koans The Clojure Koans are a fun way to get started with Clojure - no experience