Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka authored Mar 3, 2024
1 parent 444dc0b commit 0adf806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ lein test
# Compile examples project

```bash
cd examples/reagent
npm install -g shadow-cljs

cd examples/reagent # or any other module
npm install
shadow-cljs watch frontend
```
Expand Down

0 comments on commit 0adf806

Please sign in to comment.