Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 443 Bytes

SPAship Git Broker

A GitHub App built for SPAship

Setup

# Install dependencies
npm install

# Run the Git Broker for development
npm run start:dev

# Run the Git Broker for production
npm run start

# env
Create a .env file in the root directory of the project.
Define your variables in the .env file using the following format:
GITHUB_ACCESS_TOKEN = your_github_access_token
GITLAB_ACCESS_TOKEN = your_gitlab_access_token