Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 893 Bytes

File metadata and controls

34 lines (23 loc) · 893 Bytes

join-bluejay

Project Overview

JoinBluejay allows adding GitHub projects to the Scope Manager through an interface. This enables different teams to register in the system autonomously.

Development Quick Start

Configuration

Before installing dependencies, configure the environment variables. Copy the .env.example file to .env:

cp .env.example .env

Additionally, update the config.json file in the public directory with the necessary configuration values.

Installation

To get started with the project, first install the necessary dependencies:

npm install

Running the Project

After installing the dependencies, you can run the project using the following command:

npm run dev

This will start the development server and you can view the project in your browser.

License

This project is licensed under the MIT License.