๐ ๏ธ Run Yecco Docs Locally
This short guide will walk you through cloning the Yecco Docs repository and running it on your local machine.
๐ฆ Prerequisites
Make sure you have the following installed:
- Java 17+
 - Git
 - Maven
 
๐ 1. Clone the Repository
Start by cloning the GitLab repository:
git clone https://gitlab.com/yecco-docs/yecco-docs.git
cd yecco-docs
โ๏ธ 2. Build the Project
Use Maven to build the project:
mvn clean install
This will download dependencies and compile the application.
โถ๏ธ 3. Run the Application
You can now run the Spring Boot app using:
mvn spring-boot:run
๐งช 4. Verify Everything Works
Open your browser and navigate to:
http://localhost:8080
You should see the Yecco Docs login screen. 
Now you're ready to start building your first website using Yecco Docs.