diff --git a/docs/build/apps/guestbook/overview.mdx b/docs/build/apps/guestbook/overview.mdx index ec60a0c21..fac7aa328 100644 --- a/docs/build/apps/guestbook/overview.mdx +++ b/docs/build/apps/guestbook/overview.mdx @@ -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 @@ -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 diff --git a/static/img/tutorial/guestbook/frontend.png b/static/img/tutorial/guestbook/frontend.png new file mode 100644 index 000000000..3f63398fe Binary files /dev/null and b/static/img/tutorial/guestbook/frontend.png differ diff --git a/static/img/tutorial/guestbook/github_template.png b/static/img/tutorial/guestbook/github_template.png new file mode 100644 index 000000000..659da5188 Binary files /dev/null and b/static/img/tutorial/guestbook/github_template.png differ