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

Commit

Permalink
Add lp dapp challenge (#543)
Browse files Browse the repository at this point in the history
* Create challenge-2-liquidity-pool

* update lp dapp challenge

* complete lp-dapp challenge

* nit spelling

* Update challenge-2-liquidity-pool.mdx

* nit spelling

* nit add steps to workflow

* nit update workflow

* update workflow again

* add diff

* edit diff

* more diff editing

* editorial edits

* Update dapps/dapp-challenges/challenge-2-liquidity-pool.mdx

Co-authored-by: Elliot Voris <[email protected]>

* Update dapps/dapp-challenges/challenge-2-liquidity-pool.mdx

Co-authored-by: Elliot Voris <[email protected]>

* Update dapps/dapp-challenges/challenge-2-liquidity-pool.mdx

Co-authored-by: Elliot Voris <[email protected]>

* Update dapps/dapp-challenges/challenge-2-liquidity-pool.mdx

Co-authored-by: Elliot Voris <[email protected]>

* Update dapps/dapp-challenges/challenge-2-liquidity-pool.mdx

Co-authored-by: Elliot Voris <[email protected]>

* add reference to earlier step; fix conflict in crowdfund dapp page

* update quickstart version

* small wording change

---------

Co-authored-by: Bri Wylde <[email protected]>
Co-authored-by: Elliot Voris <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent 38ae127 commit e16f778
Show file tree
Hide file tree
Showing 13 changed files with 830 additions and 263 deletions.
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

0 comments on commit e16f778

Please sign in to comment.