Skip to content

Commit 921201e

Browse files
committed
Add Project Structure
1 parent 01878fd commit 921201e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
A modern PHP & JavaScript Development Environment with multiple deployment options and automated setup scripts. This project includes support for Google Firebase Studio (formerly Project IDX), GitHub Codespaces, and Local System Installation.
44

5+
## 📁 Project Structure
6+
7+
```
8+
php-javascript-development-environment/
9+
├── .devcontainer/ # GitHub Codespaces configuration
10+
│ ├── Containerfile # Docker container definition
11+
│ └── devcontainer.json # VS Code dev container settings
12+
├── .idx/ # Google Firebase Studio configuration
13+
│ └── dev.nix # Nix environment definition
14+
├── local/ # Local system installation
15+
│ └── local-setup.sh # Automated setup script
16+
├── LICENSE # GNU GPL v3 license
17+
└── README.md # Project documentation
18+
```
19+
520
## 🚀 Quick Start
621

722
Choose your preferred setup method:

0 commit comments

Comments
 (0)