Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -38,11 +38,11 @@ This guide will walk you through creating your first interactive tour on 19squar ...@@ -38,11 +38,11 @@ This guide will walk you through creating your first interactive tour on 19squar
**Congratulations!** You've created your first tour on 19squared. Explore the platform's other features to enhance your tours with additional images, interactive elements, and more. **Congratulations!** You've created your first tour on 19squared. Explore the platform's other features to enhance your tours with additional images, interactive elements, and more.
# Contribution Guidelines # Contribution
To get started as a developer, refer to the project's [CONTRIBUTING](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/CONTRIBUTING.md) file. It provides a detailed guide on how to contribute code, report issues, and follow best practices. To get started as a developer, refer to the project's [CONTRIBUTING](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/CONTRIBUTING.md) file. It provides a detailed guide on how to contribute code, report issues, and follow best practices.
# Code Structure ## Code Structure
``` ```
🌱 interactive360vr 🌱 interactive360vr
...@@ -59,11 +59,13 @@ To get started as a developer, refer to the project's [CONTRIBUTING](https://git ...@@ -59,11 +59,13 @@ To get started as a developer, refer to the project's [CONTRIBUTING](https://git
└── 🔧 .env.template └── 🔧 .env.template
``` ```
# Development Server # Deployment
## Development Server
For details about the development server, please refer to the project's [README](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/README.md) file. For details about the development server, please refer to the project's [README](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/README.md) file.
# Production Server ## Production Server
Before running the project, create a `.env` file from the `.env.template` to set database credentials, API endpoints, and more. Then, after running `docker compose up -d --build`, Docker is running the following containers by default: Before running the project, create a `.env` file from the `.env.template` to set database credentials, API endpoints, and more. Then, after running `docker compose up -d --build`, Docker is running the following containers by default:
... ...
......