Skip to content

Commit 30ba347

Browse files
Doc
1 parent 6c00c13 commit 30ba347

File tree

1 file changed

+6
-3
lines changed
  • resources/io/github/abogoyavlensky/clojure_stack_lite/root

1 file changed

+6
-3
lines changed

resources/io/github/abogoyavlensky/clojure_stack_lite/root/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ _TODO: add project description_
55

66
## Development
77

8-
Install [mise-en-place](https://mise.jdx.dev/getting-started.html#quickstart) (or [asdf](https://asdf-vm.com/guide/getting-started.html)),
9-
then to install system deps run:
8+
Install Java, Clojure, Babashka and TailwindCSS manually or via [mise](https://mise.jdx.dev/):
109

1110
```shell
1211
mise install
1312
```
1413

14+
> [!NOTE]
15+
> This command will install Ruby to work with Kamal. You might need to install `libyaml`: `brew install libyaml # or on Ubuntu: `sudo apt-get install libyaml-dev`
16+
1517
Check all available commands:
1618

1719
```shell
@@ -48,6 +50,7 @@ SESSION_SECRET_KEY=secret-key
4850
Install ruby and kamal:
4951

5052
```shell
53+
brew install libyaml # or for Ubuntu: `sudo apt-get install libyaml-dev`
5154
mise install ruby
5255
gem install kamal -v 2.3.0
5356
```
@@ -86,7 +89,7 @@ ssh-keygen -t ed25519 -C "[email protected]"
8689
8790
## Update assets
8891
89-
The idea is to vendor all json files in the project repo eliminating build step for js part.
92+
The idea is to vendor all js-files in the project repo eliminating build step for js part.
9093
9194
Once you want to update the version of AlpineJS, HTMX or add a new asset, edit version in bb.edn file at `fetch-assets` and run:
9295

0 commit comments

Comments
 (0)