Skip to content

Commit 3d28d76

Browse files
Create README.md
Signed-off-by: Thomas Pichler <[email protected]>
1 parent 59787d0 commit 3d28d76

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

web4-env-setup/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 🧭 Web4.x Development Environment Setup
2+
3+
Welcome to the **Web4.x Environment Setup Guide**. This repository helps you set up a complete and modular development environment using WSL2, Docker, Ubuntu, and VS Code.
4+
5+
---
6+
7+
## 📅 Day 1 – Installation Overview
8+
9+
| Step | Description | Link | Status |
10+
|------|----------------------------------|--------------------------------|--------|
11+
| 01 | Install Docker Desktop | [01-install-docker.md](day1/01-install-docker.md) | 🔲 |
12+
| 02 | Set up WSL 2 | [02-setup-wsl2.md](day1/02-setup-wsl2.md) | 🔲 |
13+
| 03 | Install Ubuntu via WSL | [03-install-ubuntu.md](day1/03-install-ubuntu.md) | 🔲 |
14+
| 04 | Configure WSL 2 root account | [04-wsl-root-account.md](day1/04-wsl-root-account.md) | 🔲 |
15+
| 05 | Install and configure VS Code | [05-install-vscode.md](day1/05-install-vscode.md) | 🔲 |
16+
17+
> **Tip:** Replace 🔲 with ✅ as you complete each step!
18+
19+
---
20+
21+
## 🧱 Requirements
22+
23+
- Windows 10/11 (with WSL2 support)
24+
- Internet connection
25+
- Admin privileges
26+
27+
---
28+
29+
## 📁 Repository Structure

0 commit comments

Comments
 (0)