This template uses Google and Github as auth providers but can be easily extended to support additional providers ( Apple, BitBucket, etc ).
- Install deps using
yarn installor justyarn. - Generate client and secret keys on Google and Github.
- Copy content from
.env.exampleto.env.localand update the keys. - Run
yarn devto start the app in dev mode.