Skip to content

Commit

Permalink
fix: bad credentials #70
Browse files Browse the repository at this point in the history
  • Loading branch information
nianiaJR committed Jan 9, 2024
1 parent 8490e79 commit eaa4139
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 65 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_GITHUB_API_TOKEN="${YOUR_GITHUB_API_TOKEN}"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ Feature requests are also warmly welcomed.

# Development

First `git clone` and `npm -i` to set up the enviroment.
1. `git clone` and `npm -i` to set up the enviroment.

`npm start`
2. set `YOUR_GITHUB_API_TOKEN` in the [.env](./.env) file.

3. `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Expand Down
Loading

0 comments on commit eaa4139

Please sign in to comment.