Skip to content

Commit 65c08af

Browse files
author
Andrea Scuderi
committed
Update README
1 parent 38baaf9 commit 65c08af

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# swift-vscode-dev-container-localstack-template
22
Template to setup a swift project using visual studio code dev containers with docker-compose and localstack
33

4-
## Prerequisites
4+
## 🚀 Welcome to Your Dev Container Adventure!
5+
Before we begin, make sure you have the following installed:
6+
57
- [Docker](https://docs.docker.com/get-docker/)
68
- [Visual Studio Code](https://code.visualstudio.com/download)
79
- [Visual Studio Code Remote - Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
@@ -10,16 +12,21 @@ Template to setup a swift project using visual studio code dev containers with d
1012

1113
## Tutorial: How to setup your Swift project with LocalStack and Dev Containers using Visual Studio Code
1214

15+
In this tutorial, we will walk you through the steps to set up a Swift project using LocalStack and Dev Containers in Visual Studio Code.
16+
We will cover everything from creating a new project to configuring the development environment.
17+
At the end of this tutorial, you will have a fully functional Swift development environment running in a containerized setup.
18+
You will be able to debug, build, and run your Swift applications seamlessly interacting with LocalStack.
19+
This environment can work on both macOS, Linux and Windows.
20+
21+
![Swift running on Dev Containers](/images/swift-vscode-dev-continer-localstack.png)
22+
1323
### 1. Create a new folder
1424
```bash
1525
mkdir SwiftInDevContainer
1626
cd SwiftInDevContainer
1727
```
1828

1929
### 2. Open the project in Visual Studio Code
20-
```bash
21-
code .
22-
```
2330

2431
### 3. Open terminal in VS Code and run swift package manager to initialize the project
2532
```bash
1.31 MB
Loading

0 commit comments

Comments
 (0)