You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: console/README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,19 @@ npm run build
36
36
You can preview the production build with `npm run preview`.
37
37
38
38
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
39
+
40
+
41
+
### Using the Frontends
42
+
43
+
Both frontends rely on an autogenerated typescript-client. This client is generated using the OpenAPI specification, also generated from Nest Swagger module.
44
+
45
+
To generate the client, run the following command from the root of the project:
46
+
47
+
```bash
48
+
sh build-clients.sh
49
+
```
50
+
51
+
This will generate the client in the `console/src/lib/gen-api` folder.
52
+
53
+
This folder is .gitignored, be sure to not commit it.
0 commit comments