Skip to content

Latest commit

ย 

History

History
56 lines (37 loc) ยท 1.14 KB

README.md

File metadata and controls

56 lines (37 loc) ยท 1.14 KB

GitLab Connect ๐Ÿš€

Introduction ๐Ÿ“–

GitLab Connect is a tool designed to streamline the process of managing merge requests and other GitLab operations directly from your application. It provides an intuitive interface and seamless integration with GitLab's API.

Features โœจ

  • Simultaneously manage multiple repositories ๐Ÿ“‚
  • Standardize versioning processes across projects ๐Ÿ“Š
  • Create and manage merge requests ๐Ÿ”€
  • Preview merge requests ๐Ÿ‘€

Setup ๐Ÿ› ๏ธ

Prerequisites ๐Ÿ“‹

  • Node.js (v18 or higher)
  • pnpm (v9 or higher)

Installation ๐Ÿ“ฆ

Clone the repository and install the dependencies:

git clone
pnpm i

Configuration โš™๏ธ

Create a .env.local file in the root directory and add your GitLab credentials and configuration:

PUBLIC_SERVICE_TOKEN=your_gitlab_token
PUBLIC_SERVICE_BASEURL=/api/v4
PUBLIC_SERVICE_TARGET=http://your_gitlab_instance
PUBLIC_PROJECT_USERNAME=your_username

Get Started ๐Ÿš€

Start the development server:

pnpm dev

Build the app for production:

pnpm build

Support ๐Ÿ‘

If you like this project, please give it a star on GitHub!