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

Commit

Permalink
Add dev setup instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 15, 2019
1 parent 0955bcc commit f589cb1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@ _Looking to apply for the pack? Go to ![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.
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
```

0 comments on commit f589cb1

Please sign in to comment.