Skip to content

Commit 31af0ea

Browse files
committed
chore: updated dev instructions
1 parent d4b17b8 commit 31af0ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ This branch implements action based provenance tracking.
1515
Clone the repository and switch to `trrack-action` branch.
1616
This project was generated using [Nx](https://nx.dev). Please refer to [Nx](https://nx.dev) for more any questions about monorepo setup.
1717

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
1827
To get started with development run:
1928

2029
```bash

0 commit comments

Comments
 (0)