release-auth
February 12, 2022 ยท View on GitHub
Handles the OAuth authentication with GitHub's webflow for release.
Contributing
- Create a new OAuth application in your GitHub account
- Set the "Authorization callback URL" to
https://release-auth.vercel.sh - Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn install - Download environment variables:
vc env pull - Start the server:
vercel dev