We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b17b8 commit 31af0eaCopy full SHA for 31af0ea
1 file changed
README.md
@@ -15,6 +15,15 @@ This branch implements action based provenance tracking.
15
Clone the repository and switch to `trrack-action` branch.
16
This project was generated using [Nx](https://nx.dev). Please refer to [Nx](https://nx.dev) for more any questions about monorepo setup.
17
18
+### Basic
19
+Serve the react example by running the following:
20
+
21
+```bash
22
+npx nx react-trrack-example:serve
23
+```
24
+Any changes made to the `core` package will cause updates to the react example for easier testing
25
26
+### Advanced
27
To get started with development run:
28
29
```bash
0 commit comments