Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
- preview: `npm run preview`
- storybook: `npm run storybook`

<h2>API Client SDK</h2>

- Regenerate the client from the server OpenAPI spec:

```bash
npm run api:generate
```

- Source spec: `server/docs/Expense Tracker API.yaml`

<h2>UI Components Overview (<code>client/src/ui/</code>)</h2>

- Tooltip (`Tooltip.tsx`)
Expand Down
Loading