This short guide will walk you through cloning the Yecco Docs repository and running it on your local machine.
Make sure you have the following installed:
Start by cloning the GitLab repository:
git clone https://gitlab.com/yecco-docs/yecco-docs.git
cd yecco-docs
Use Maven to build the project:
mvn clean install
This will download dependencies and compile the application.
You can now run the Spring Boot app using:
mvn spring-boot:run
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.