Skip to content
Merged
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions docs/mini-apps/quickstart/create-new-miniapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Quickly create a mini app, sign a manifest, and publish to the Base
<Steps>
<Step title="Deploy Template">
Click the button below and follow the prompts to deploy the quickstart template to Vercel.
<Card title="Deploy to Vercel" icon="rocket" href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbase%2Fdemos%2Ftree%2Fmaster%2Fminikit%2Fwaitlist-mini-app-qs&project-name=waitlist-mini-app&repository-name=waitlist-mini-app&env=NEXT_PUBLIC_PROJECT_NAME&demo-title=Waitlist%20Mini%20App&demo-description=Quickstart%20waitlist%20mini%20app%20with%20MiniKit%20on%20Base" horizontal>
<Card title="Deploy to Vercel" icon="rocket" href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbase%2Fdemos%2Ftree%2Fmaster%2Fminikit%2Fnew-mini-app-quickstart&project-name=new-mini-app-quickstart&repository-name=new-mini-app-quickstart&env=NEXT_PUBLIC_PROJECT_NAME&demo-title=New%20Mini%20App&demo-description=Quickstart%20waitlist%20mini%20app%20with%20MiniKit%20on%20Base" horizontal>
Rapidly deploy the quickstart template to Vercel to get started.
</Card>
</Step>
Expand All @@ -21,8 +21,8 @@ Clone the repo created by Vercel to make local edits.

Replace `<your-username>` with your github username.
```bash Terminal
git clone https://github.com/<your-username>/waitlist-mini-app
cd waitlist-mini-app
git clone https://github.com/<your-username>/new-mini-app-quickstart
cd new-mini-app-quickstart
npm install
```
</Step>
Expand Down