[openstreetmap/openstreetmap-website] Support for Development Containers (devcontainers) (PR #6424)

Waldir Pimenta notifications at github.com
Fri Nov 21 22:01:17 UTC 2025


@waldyrious commented on this pull request.



> @@ -0,0 +1,141 @@
+# Using Development Containers for development and testing
+
+You can set up a development environment for this project using [Development Containers](https://containers.dev/), aka. devcontainers.
+
+There are different ways of working with devcontainers, some are automated and integrated in IDE applications, while others are more manual and require CLI tools. This guide will use [Visual Studio Code](https://code.visualstudio.com) and assumes that it's installed already.
+
+Be aware that the containers will take significant space in your hard drive, in the region of 6GB.
+
+## Install Git
+
+You will need Git to clone (download) the code repository and push changes. How to install Git will depend on your operating system.

Since we won't provide explicit instructions (for legitimate reasons), it's better to point users to a resource that will do so :)

```suggestion
You will need Git to clone (download) the code repository and push changes. Refer to the official documentation on [how to install Git](https://git-scm.com/install).
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3494508585
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6424/review/3494508585 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251121/a1ae6eba/attachment.htm>


More information about the rails-dev mailing list