Skip to content

Commit

Permalink
README.md: add the Preparation section
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed May 8, 2024
1 parent 2990675 commit 0a0e08c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@ If you are new to Open Data Fabric and Kamu - please [start here](https://docs.k

## Getting Started

TBD
### Preparation

For building contracts, we use [Foundry](https://github.com/foundry-rs/foundry). To install, please use [the official documentation](https://book.getfoundry.sh/getting-started/installation).

https://book.getfoundry.sh/getting-started/installation

---

After that, we can start building the contacts:

```shell
npm run build
```

## Community

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a0e08c

Please sign in to comment.