Skip to content

Commit

Permalink
add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Dec 11, 2024
1 parent d79470d commit 6eaac80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build/apps/guestbook/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Although Ye Olde Guestbook is a full-fledged application on Stellar's Testnet, i

:::

![Ye Olde Guestbook Dapp](/img/tutorial/guestbook/frontend.png)

## Project setup

### Project requirements
Expand Down Expand Up @@ -63,6 +65,8 @@ Here are the steps we've taken to start building Ye Olde Guestbook. Feel free to

With the move to smart contract development, a newly emerging utility in the Stellar ecosystem is the "[Soroban template](https://developers.stellar.org/docs/build/guides/dapps/soroban-contract-init-template)." These templates can help alleviate the burden of writing boilerplate code, and can help adapt typical Stellar development workflows into framework-specific reference templates. We've created [just such a template](https://github.com/ElliotFriend/soroban-template-sveltekit-passkeys) that can help you get started developing with SvelteKit and passkeys from the very beginning. You can either use the template on the GitHub website:

![GitHub Template Project](/img/tutorial/guestbook/github_template.png)

Or, you can (fork and) clone the template repository locally, and start working that way:

```shell
Expand Down
Binary file added static/img/tutorial/guestbook/frontend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6eaac80

Please sign in to comment.