JoinBluejay allows adding GitHub projects to the Scope Manager through an interface. This enables different teams to register in the system autonomously.
Before installing dependencies, configure the environment variables. Copy the .env.example file to .env:
cp .env.example .envAdditionally, update the config.json file in the public directory with the necessary configuration values.
To get started with the project, first install the necessary dependencies:
npm installAfter installing the dependencies, you can run the project using the following command:
npm run devThis will start the development server and you can view the project in your browser.
This project is licensed under the MIT License.