Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 582 Bytes

File metadata and controls

23 lines (18 loc) · 582 Bytes

Welcome! 🍺

Run the app:

  • clone the repository: git clone https://github.com/react-serbia/github-proxy.git
  • install dependencies: yarn
  • set environment variables:
.env

GITHUB_CLIENT_ID: Your GitHub app's client ID
GITHUB_CLIENT_SECRET: Your GitHub app's client secret
LINKEDIN_CLIENT_ID: Your LinkedIn app's client ID
LINKEDIN_CLIENT_SECRET: Your LinkedIn app's client secret
OPEN_AI_ID: Open AI ID
OPENAI_API_KEY: Open AI API key
GITHUB_ACCESS_TOKEN: Your personal GitHub access token
  • start the server: yarn start
  • build the app: yarn build.

🍀