Skip to content

Commit 39b26d7

Browse files
committed
Update README
1 parent a45c323 commit 39b26d7

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

README.md

+7-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
# A Clojure template on Gitpod
1+
# Get Started with Clojure
22

3-
This is a [Clojure](https://clojure.org/) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
3+
A zero-install, interactve, guide to get you started with [Clojure](https://clojure.org/) using [Calva](https://calva.io/)'s **Getting Started REPL**.
44

5-
## Next Steps
5+
<div style="margin: 30px 0 30px 0;; display: flex; justify-content: space-around;">
6+
<img src="doc/clj.png" height=300>
7+
<img src="doc/calva-symbol.png" height=300>
68

7-
Click the button below to start a new development environment:
9+
</div>
810

9-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-clojure)
10-
11-
## Get Started With Your Own Project
12-
13-
### A new project
14-
15-
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
16-
17-
### An existing project
18-
19-
To get started with Clojure on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file and the [`.gitpod.Dockerfile`](./.gitpod.Dockerfile) which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.
20-
21-
## Notes & caveats
22-
23-
See also [Clojure using Interactive Programming](https://github.com/PEZ/rich4clojure).
11+
Read about how to use it here: [calva.io/get-started-with-clojure](https://calva.io/get-started-with-clojure/).

0 commit comments

Comments
 (0)