@cratis/arc 20.39.1 → 20.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,6 +18,16 @@ It offers extensions for different frameworks and is built on top of ASP.NET Cor
|
|
|
18
18
|
bridging between the backend and the frontend. Arc provides a tool, called **ProxyGenerator** that generates TypeScript
|
|
19
19
|
code for recognized artifacts matching the criteria of what is considered a **commmand** or a **query**.
|
|
20
20
|
|
|
21
|
+
## Support
|
|
22
|
+
|
|
23
|
+
Cratis is an open community, and we are glad to help users, teams evaluating the stack, and contributors.
|
|
24
|
+
|
|
25
|
+
| Channel | Details |
|
|
26
|
+
|---|---|
|
|
27
|
+
| Discord | Join the community on [Discord](https://discord.gg/kt4AMpV8WV) for questions and discussions |
|
|
28
|
+
| GitHub Issues | [Report bugs or request features](https://github.com/Cratis/Arc/issues) |
|
|
29
|
+
| Documentation | Read the docs at [cratis.io](https://cratis.io) |
|
|
30
|
+
|
|
21
31
|
## Contributing
|
|
22
32
|
|
|
23
33
|
If you want to jump into building this repository and possibly contributing, please refer to [contributing](./Documentation/contributing/index.md).
|