-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cli command in getting started guide and closes #1138 #1162
base: main
Are you sure you want to change the base?
Conversation
Preview is available here: |
1 similar comment
Preview is available here: |
docs/build/apps/dapp-frontend.mdx
Outdated
|
||
```sh | ||
stellar contract init ./ \ | ||
--frontend-template https://github.com/stellar/soroban-astro-template | ||
git clone [email protected]:stellar/soroban-template-astro.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will clone the template repo's files into a new soroban-template-astro
directory, inside soroban-hello-world
. in order to use these template files, i think we'd need to instruct the user to copy them into the root of the soroban-hello-world
project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have something different here from Chad's PR
Preview is available here: |
Preview is available here: |
Also closes #1035