Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
papodaca committed Feb 20, 2024
1 parent d6cfff4 commit 839eccc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file modified .github/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![App Icon](public/icons/apple-icon-72x72.png) Initiative Tracker
# ![App Icon](src-tauri/icons/Square71x71Logo.png) Initiative Tracker

Track initiative for your campaigns on a secondary monitor.

Expand All @@ -14,11 +14,15 @@ Track initiative for your campaigns on a secondary monitor.
## Development

1. Install [asdf](https://asdf-vm.com/).
2. install tools
2. Install tools
```bash
asdf install
```
3. Run development
3. Install dependencies
```bash
bun install
```
4. Run development
```bash
bun tauri dev
```

0 comments on commit 839eccc

Please sign in to comment.