Skip to content

Commit

Permalink
refactor: update README
Browse files Browse the repository at this point in the history
- update readme to be correct
- add helpful extensions to dev container
  • Loading branch information
ZanzyTHEbar committed Mar 26, 2023
1 parent 637434b commit a71619a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
]
}
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ This app uses a `vscode devcontainer` to run in a Docker container. This is the

### Install dependencies

**Note**: Make sure `make` is installed on your system.

1. Open the project in VSCode
2. Open a terminal (Ctrl+Shift+`)
3. Run `poetry install`
3. Run `make install`

### Run the app

1. Open the project in VSCode
2. Open the command palette (Ctrl+Shift+P)
3. Select `Python: Run Python File in Terminal`
2. Open a terminal (Ctrl+Shift+`)
3. Run `make` to run the app

0 comments on commit a71619a

Please sign in to comment.