- Deleted various texture files related to the Raspberry Pi camera model. - Introduced a new JSON file to store model metadata including IDs, names, and URLs. - Implemented authentication and session management using Supabase. - Created a header component for navigation and user session display. - Added protected routes to restrict access to certain pages. - Developed a private layout for authenticated users. - Enhanced the home page to dynamically load models from the new JSON file. - Updated the login page to handle user authentication. - Created a model uploader for users to upload 3D models. - Improved overall styling and layout for better user experience.
3 lines
291 B
Bash
3 lines
291 B
Bash
VITE_SUPABASE_URL=https://wixyzxgyngbiwbwqaklq.supabase.co
|
|
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6IndpeHl6eGd5bmdiaXdid3Fha2xxIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDk2NTY1ODAsImV4cCI6MjA2NTIzMjU4MH0.ddNVgon8E5DPlrGGD3ncda8qyjhjQTnSZs9AZx1ZTsw
|