๐Ÿ› ๏ธ 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:


๐Ÿ”„ 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. The Yecco Docs login screen

Now you're ready to start building your first website using Yecco Docs.