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

Add lp dapp challenge #543

Merged
merged 22 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dapps/dapp-challenges/challenge-1-payment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,19 +229,19 @@ For this example, we will use the Vercel cli to complete your deployment

First install the Vercel cli:

```sh
```bash
npm i global vercel
```

Then run the following command to deploy your app:

```sh
```bash
npx vercel
```

Then continue through the prompts until you see the following output:

```sh
```bash
No framework detected. Default Project Settings:
- Build Command: 'npm run vercel-build' or 'npm run build'
- Development Command: None
Expand All @@ -251,15 +251,15 @@ No framework detected. Default Project Settings:

Select `y` to continue, and then select `build` as the output directory.

```sh
```bash
? Want to modify these settings? [y/N] y
? Which settings would you like to overwrite (select multiple)? Output Directory
? Output Directory? build
```

Once the deployment is complete, you should see something similar to the following output:

```sh
```bash
🔗 Linked to julian-dev28/soroban-react-payment (created .vercel)
🔍 Inspect: https://vercel.com/julian-dev28/soroban-react-payment/AQoFFhZf5K1ufQj57eawApPkFduf [2s]
✅ Production: https://soroban-react-payment.vercel.app [58s]
Expand Down
Loading