Skip to content
Open
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
12 changes: 12 additions & 0 deletions step00_helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ The easiest way to deploy your Next.js app is to use the [Vercel Platform](https
npm i -g vercel
```

Now go to the Next.js project directory and give the following command to logout others account:

```bash
vercel logout
```

Now give the following command to login in to your own vercel account:

```bash
vercel login
```

Now go to the Next.js project directory and give the following command to deploy to cloud:

```bash
Expand Down