Skip to content

Commit

Permalink
update readme with notes about building
Browse files Browse the repository at this point in the history
  • Loading branch information
ellielle committed Jun 13, 2024
1 parent 98e2d40 commit ca6605e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Access tokens are only valid for 60 minutes. Once invalid, the app will attempt

4. BUG: If you don't see your account after logging in, close the app and re-open it.

## Known Issues

- When building the project, the foreground UI becomes invisible in the app.
- Reactivity in Svelte isn't working when signing in via OTP, app needs restart.

## Planned Features

- [x] Sign in using Boot.dev's authentication
Expand All @@ -46,7 +51,6 @@ Access tokens are only valid for 60 minutes. Once invalid, the app will attempt
- [ ] Update stats on a delay
- [ ] More(?)


## Live Development

If you want to use dev mode in the browser and not with a GUI app, set `StartHidden` to `true` in `main.go`. Highly recommended.
Expand Down

0 comments on commit ca6605e

Please sign in to comment.