Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 408 Bytes

⚠️ This repo is deprecated in favor of https://github.com/hackclub/github-oauth

Looking to apply for the pack? Go to https://hack.af/pack

The Hack Pack auth server

We're using this to handle OAuth w/ GitHub as the first step in signing up for the Hack Pack.

Running in development

$ git clone https://github.com/MaxWofford/hack-pack.git
$ cd hack-pack

$ npm i
$ npm run dev