treicko / take_home_ff_be

App that showns git commit history on the public repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with take_home_ff_be

App that showns git commit history on the public repository

Install dependencies

Run the following command to install all dependencies

npm install

Configure environment variables

In the project directory add '.env' file and add the following environment variables:

GIT_HUB_ACCESS_TOKEN="<Your-github-access-token>"
GITHUB_CLIENT_ID="<Your-github-client-ID>"
GITHUB_CLIENT_SECRET="<Your-github-client-secret>"

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

You will also see any lint errors in the console.

About

App that showns git commit history on the public repository


Languages

Language:JavaScript 100.0%