Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Check in prettier updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Nov 20, 2023
1 parent e2c02de commit 5c6f22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/deploy-incrementor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ Let's reinstall the dependencies. Remember that `npm i` will also run our `posti
```bash
npm i
```

Now let's create a new Astro component called `Counter.astro`, where we'll import and use our newly generated `incrementor-client`. Create a new file at `src/components/Counter.astro` with the following contents:

```html title="src/components/Counter.astro"
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ Building optimized contracts is only necessary when deploying to a network with
## Summary

In this section we:

- initialized a frontend Astro project
- set up a Rust workspace that is capable of managing multiple Soroban contracts
- reviewed a simple contract that can be deployed to a Soroban network
Expand Down

0 comments on commit 5c6f22d

Please sign in to comment.