Skip to content

Commit

Permalink
feat-#131 changed readme for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 committed Apr 18, 2024
1 parent e939fb7 commit 46381a4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,33 @@ _I'd love for you to make the most of this project - it's all about learning, he
npm run dev
```

### Setting up with Docker

1. **Ensure Docker and Docker Compose are Installed**

2. **Clone the Repository**

``` bash
`git clone https://github.com/{your-username}/wanderlust.git`
```
3. **Navigate to the Project Directory**

```bash
`cd wanderlust`
```
4. **Update Environment Variables** - If you anticipate the IP address of the instance might change, update the `.env.sample` file with the new IP address.

5. **Run Docker Compose**

```bash
`docker-compose up`
```
This command will build the Docker images and start the containers for the backend and frontend, enabling you to access the Wanderlust application.

## 🌟 Ready to Contribute?

Kindly go through [CONTRIBUTING.md](https://github.com/krishnaacharyaa/wanderlust/blob/main/.github/CONTRIBUTING.md) to understand everything from setup to contributing guidelines.
Expand Down

0 comments on commit 46381a4

Please sign in to comment.