Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrulcetin committed May 8, 2021
1 parent d9ce8d8 commit 76a4013
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -36,3 +36,14 @@
- Start up your application.
- Once it is loaded, trigger some events (Flow panel gets updated when an event is triggered).
- Focus the document window and press **ctrl-g** to open the flow panel.

## Running the example
- `git clone git@github.com:ertugrulcetin/re-frame-flow.git`
- `npm install`
- `lein watch`
- Open http://localhost:8280
- Click `Trigger 1` button
- Press `ctrl-g` (opens the panel)
- Pres it again (closes the panel)
- Click `Trigger 2` button
- Open the panel again (you will notice new events)

0 comments on commit 76a4013

Please sign in to comment.