Update README.md
/ build-push-image (push) Successful in 18s

This commit is contained in:
2026-06-05 09:38:01 +00:00
parent 0bea99e14e
commit 901d7cbfe1
+22
View File
@@ -91,4 +91,26 @@ Use a local override file to bind personal configuration files and secrets witho
### OCI containers utils
- **buildkit**
-
## Development Environment with Dev Container
This project includes a Dev Container configuration to provide a fully reproducible, isolated, and consistent development environment. It ensures that all contributors work with the same toolchain, without requiring any dependencies to be installed on the host system.
**What the Dev Container Provides:**
- A stable, versioncontrolled Node.js environment
- Full support for Vue 3 + Vite development
- Preinstalled development tools (npm, eslint, etc.)
- Automatic VS Code integration with recommended extensions
- A clean, isolated workspace that does not affect the host
- Deterministic builds and predictable behavior across machines
**How to Use It:**
1. Install the Dev Containers extension in VS Code
1. Open the project folder
1. VS Code will prompt you to:
- Reopen in Container
1. The container will build automatically and your development environment will be ready