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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ API documentation built with [TypeSpec](https://typespec.io).
12
12
13
13
## Pre-compiled OpenAPI schema(s)
14
14
15
-
Find the pre-compiled OpenAPI schema file(s) in the [`/build`](https://github.com/polyphony-chat/docs/tree/main/build) directory. The schema is automatically built and deployed to the `main` branch on every push to the `main` branch.
15
+
Find the pre-compiled OpenAPI v3.1 schema file(s) in the [`/build`](https://github.com/polyphony-chat/docs/tree/main/build) directory. The schema is automatically built and deployed to the `main` branch on every push to the `main` branch.
16
16
17
17
## Contributing
18
18
@@ -25,7 +25,8 @@ You should also read our [Code of Conduct](https://github.com/polyphony-chat/.gi
25
25
You will need the following things installed on your computer:
26
26
27
27
-`Node.js >= 20`
28
-
-`npm``pnpm` or `yarn`
28
+
-`npm`. I personally prefer `pnpm`, but have found it to *not work* with TypeSpec. Maybe this is
29
+
a me-issue, but I recommend `npm` for best compatibility nonetheless.
29
30
-`git`
30
31
-`TypeSpec` - install it globally with `npm install -g @typespec/compiler`
0 commit comments