Changes
Page history
Update home
authored
Jul 25, 2024
by
Lars Florian Meiendresch
Show whitespace changes
Inline
Side-by-side
home.md
View page @
f1404325
...
...
@@ -34,18 +34,20 @@ The developer guide is a comprehensive resource for developers who want to contr
### Code Structure
-
🌱
**interactive360vr**
-
📁 src
-
🐍 run.py
-
🔧 config.py
-
🔧 VERSION.py
-
📁 app
-
📁 ladsh
-
📊 index.html
-
📁 .vscode
-
🔧 tasks.json
-
🐋 docker-compose.yml
-
🔧 .env.template
```
🌱 interactive360vr
├── 📁 src
│ ├── 📁 app
│ ├── 🐍 run.py
│ ├── 🔧 config.py
│ └── 🔧 VERSION.py
├── 📁 ladsh
│ └── 📊 index.html
├── 📁 .vscode
│ └── 🔧 tasks.json
├── 🐋 docker-compose.yml
└── 🔧 .env.template
```
### Deployment
...
...
...
...