Skip to content

Commit

Permalink
add: contibuting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xKevIsDev committed Nov 26, 2024
1 parent 1918161 commit 2a0ab70
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,24 @@ pnpm install
4. Create a `.env.local` file in the root directory and add your Anthropic API key:

```
ANTHROPIC_API_KEY=XXX
ANTHROPIC_API_KEY=your_api_key
TOGETHER_API_KEY=your_api_key
```

```
TOGETHER_API_KEY=XXX
# SUPABASE
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_anon_key
# Client Supabase
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_anon_key
```

```
SUPABASE_URL=XXX
```
```
SUPABASE_ANON_KEY=XXX
# NETLIFY
NETLIFY_AUTH_TOKEN=your_auth_token
NETLIFY_CLIENT_SECRET=your_client_secret
VITE_NETLIFY_CLIENT_ID=your_client_id
```

Optionally, you can set the debug level:
Expand Down

0 comments on commit 2a0ab70

Please sign in to comment.