From 1c5fbed578f2aa8664d9b4fe06e38d0242aa238a Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 27 Nov 2019 19:18:49 -0500 Subject: [PATCH] Deprecate repo New server that handles hack pack activations is at https://github.com/hackclub/github-oauth --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cafb407..8a8ec43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ _Looking to apply for the pack? Go to ![hack.af/pack]_ +**:warning: This repo is deprecated in favor of https://github.com/hackclub/github-oauth** + # 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. @@ -12,4 +14,4 @@ $ cd hack-pack $ npm i $ npm run dev -``` \ No newline at end of file +```