This is the backend used by the Backstage Issues Sync Helper Extension.
-
Clone the repo and change to project folder;
-
Create an
.env
file and put in theCLIENT_ID
,CLIENT_SECRET
,CLIENT_SCOPES
andEXTENSION_ID
for your; -
Install the project dependecies:
yarn install
- Install vercel globally and run
vercel dev
;
yarn add global vercel
vercel dev