Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 526 Bytes

File metadata and controls

24 lines (16 loc) · 526 Bytes

Backstage Issues Sync Helper API

This is the backend used by the Backstage Issues Sync Helper Extension.

Setup

  1. Clone the repo and change to project folder;

  2. Create an .env file and put in the CLIENT_ID, CLIENT_SECRET, CLIENT_SCOPES and EXTENSION_ID for your;

  3. Install the project dependecies:

yarn install
  1. Install vercel globally and run vercel dev;
yarn add global vercel
vercel dev

License

ISC