Added onboarding progress tracking & landing page

This commit is contained in:
ajaysi
2025-10-02 13:20:15 +05:30
parent e57d2577f8
commit 510b79bbf8
135 changed files with 25917 additions and 5768 deletions

View File

@@ -1,13 +1,6 @@
# ALwrity Frontend Configuration
# Clerk Authentication
REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
REACT_APP_CLERK_JWT_TEMPLATE=your_jwt_template_name_here
# CopilotKit Configuration
REACT_APP_COPILOTKIT_API_KEY=your_copilotkit_api_key_here
# LinkedIn OAuth Configuration
REACT_APP_LINKEDIN_CLIENT_ID=your_linkedin_client_id_here
REACT_APP_LINKEDIN_REDIRECT_URI=http://localhost:3000/auth/linkedin/callback
# Backend API
# API Configuration
REACT_APP_API_BASE_URL=http://localhost:8000