Skip to content

Commit

Permalink
add planned to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Jun 19, 2024
1 parent 4db5a19 commit e8f3178
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ yarn create o7-app

Then, open your new app in your favorite IDE and get started! A good place to look first is `src/routes/+page.svelte` for your frontend or `src/lib/server/routes/_app.ts` for tRPC.

## Upcoming

- [ ] Add a template for a websocket backend using Durable Objects
- [ ] Detect when a user has instantiated a bunch of templates and stop giving them the tutorial stuff
- [ ] Replace the dependency on `@tanstack/svelte-query` with a more lightweight tRPC client
- [ ] Add Turso support

<!-- ## Changelog
### `0.4.0`
Expand Down

0 comments on commit e8f3178

Please sign in to comment.