Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank77maruti authored Dec 12, 2024
1 parent 14d664d commit a304cc7
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,53 +79,6 @@
daytona create https://github.com/Mayank77maruti/amazon_asambhav.git
```

### **Manual Installation**

1. Run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) to view the application.

2. Start editing by modifying `app/page.tsx`. Changes will auto-update the application.

3. Learn more about Next.js through the [Next.js Documentation](https://nextjs.org/docs) or the [interactive tutorial](https://nextjs.org/learn).

### **Docker Installation**

1. Build the image:

```bash
docker build -t amazon-asambhav-app .
```

![Build Image](https://github.com/user-attachments/assets/3b199ee9-4643-4303-8033-b27dc2f5cb91)

2. Run the image:

```bash
docker run -p 3000:3000 amazon-asambhav-app
```

3. Stop the container:

```bash
docker ps
docker stop <container_id>
```

![Stop Image](https://github.com/user-attachments/assets/0faf2d70-bd17-40a2-999d-dc5d23615f6a)

---

## 6. ✨ Deployment

### **Vercel Deployment**
Expand Down

0 comments on commit a304cc7

Please sign in to comment.