This is the frontend part of the GitLab2Hub project.
Note: This project is not meant to be run as a standalone application. It is designed to work in conjunction with the backend part.
To run this backend project, you need the following:
- Node.js version 20.x or higher
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Nid77/GitLab2Hub-Front.git
-
Navigate to the project directory:
cd GitLab2Hub-Back
-
Install the dependencies:
npm install
Make sure to create a .env
file with the following content:
BACKEND_URL=your_backend_url
AUTH_TOKEN=your_auth_token
Start the server in development mode:
npm run dev
Start the server in production mode:
npm run build
npm start