Skip to content

Commit

Permalink
Updated ENV Information for Contributors (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemaio authored Aug 22, 2024
1 parent c3aef2d commit c722cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PH_API_TOKEN=uwu1
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Product Hunt with ZERO AI Slop™
1. `pnpm i`
2. `pnpm dev`

Create a ProductHunt account. Then, go to your [API Dashboard](https://www.producthunt.com/v2/oauth/applications). Afterwards, create an application. Set the redirect URI to `https://localhost:3000` for local development purposes. Then, generate a `Developer Token`, copy that, create a `.env` file in the root of this project's directory and paste that like:

```
API_TOKEN=myTokenHereUwu
```
Create a ProductHunt account. Then, go to your [API Dashboard](https://www.producthunt.com/v2/oauth/applications). Afterwards, create an application. Set the redirect URI to `https://localhost:3000` for local development purposes. Then, generate a `Developer Token`, copy that, create a `.env` file similar to [.env.example](/.env.example).

Architecture diagram is located at [public/og-hunt-diagram.excalidraw](/public/og-hunt-diagram.excalidraw) which you can upload to Excalidraw to view.

0 comments on commit c722cf9

Please sign in to comment.