Update Development.md
This commit is contained in:
parent
b115f308c3
commit
aa15accaa6
1 changed files with 15 additions and 1 deletions
|
@ -2,6 +2,20 @@
|
||||||
|
|
||||||
## clj setup
|
## clj setup
|
||||||
|
|
||||||
|
### install leiningen
|
||||||
|
```
|
||||||
|
sudo apt install leiningen
|
||||||
|
```
|
||||||
|
or manually using Instructions on https://leiningen.org/#install
|
||||||
|
|
||||||
|
### install vscode + extensions
|
||||||
|
```
|
||||||
|
sudo apt install code
|
||||||
|
```
|
||||||
|
or with packages from https://code.visualstudio.com/Download
|
||||||
|
|
||||||
|
install extension "Calva: Clojure & ClojureScript Interactive Programming"
|
||||||
|
|
||||||
## cljs / js-dev setup
|
## cljs / js-dev setup
|
||||||
|
|
||||||
```
|
```
|
Loading…
Reference in a new issue