Skip to content

Commit 1d1327e

Browse files
committed
Merge branch 'fix-github-badges-scrolling' of https://github.com/Kuldeep2822k/recode-website into fix-github-badges-scrolling
2 parents 5bb521b + 93d99f1 commit 1d1327e

38 files changed

Lines changed: 2135 additions & 2349 deletions

.env.example

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ ALGOLIA_INDEX_NAME=your_algolia_index_name
2323
SHOPIFY_STORE_DOMAIN=your-store.myshopify.com
2424
SHOPIFY_STOREFRONT_ACCESS_TOKEN=your_storefront_access_token_here
2525

26-
# Firebase Configuration (if needed)
27-
# FIREBASE_API_KEY=your_firebase_api_key
28-
# FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
29-
# FIREBASE_PROJECT_ID=your_firebase_project_id
26+
# Clerk Authentication Configuration
27+
# Browser-safe publishable key used by the frontend
28+
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
29+
# Server-side secret key used by Clerk tooling only. Do not expose this in browser code.
30+
CLERK_SECRET_KEY=your_clerk_secret_key_here
3031

3132
# EmailJS Configuration (for Contact Us page)
3233
# Sign up at https://www.emailjs.com and create a service + template

.github/ISSUE_TEMPLATE/Create feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ body:
6060
- label: "I want to work on this issue"
6161
required: false
6262
- label: "I am a part of gssoc26"
63-
required: true
63+
required: false

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ body:
5151
- label: "I want to work on this issue"
5252
required: false
5353
- label: "I am a part of gssoc26"
54-
required: true
54+
required: false

.github/ISSUE_TEMPLATE/documentation_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ body:
5757
- label: "I want to work on this issue"
5858
required: false
5959
- label: "I am a part of gssoc26"
60-
required: true
60+
required: false

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: 20
12-
- run: npm ci
12+
- run: npm ci || npm install
1313
- run: npm run lint
311 KB
Loading
18.8 KB
Loading
37 KB
Loading
180 KB
Loading
45.1 KB
Loading

0 commit comments

Comments
 (0)