Skip to content

Commit

Permalink
Clarify how to start dev server on fresh checkout (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakusayan authored Sep 28, 2023
1 parent 05785a9 commit 48abfba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@ The archive repo is available at: https://github.com/oxalorg/4clojure-solutions-

## Develop

This project uses shadow-cljs, so the easiest way to use this would be:
The easiest way to start up a local server would be to install [Babashka](https://babashka.org/) and run the `dev` script defined in `bb.edn`:

```
bb dev
```

Alternatively, you can carry out the instructions of the Babashka script manually:

```
npm install # only needed once
cp "public/index.template.html" "public/index.html"
npx shadow-cljs watch :my-build
```

Expand Down

0 comments on commit 48abfba

Please sign in to comment.