1.1 KiB
1.1 KiB
Swarms Project Development Environment
This repository uses VS Code's Dev Containers to standardize the development environment. To get started, follow these steps:
-
Install Docker Desktop.
-
Install Visual Studio Code.
-
Install the Remote - Containers extension in VS Code.
-
Clone this repository and open it in VS Code.
-
When prompted to reopen the project in a container, click "Reopen in Container".
If you missed the prompt, you can open the command palette (F1) and run the "Remote-Containers: Reopen Folder in Container" command.
-
Wait for the container to build. This can take a few minutes the first time.
-
You're now developing inside a Docker container! Any changes you make will be reflected in the container.
For more information, see the VS Code Dev Containers documentation.