Skip to content

unaivan22/portfolioOpenSourcePublic

Repository files navigation

How to use

  1. Go to Supabase and create an account.
  2. Create a new project with the name 'portfolio' (or any name you prefer).
  3. Navigate to the API Settings:
  4. Copy and paste supabaseUrl and supabaseKey into SupabaseClient.jsx.
  5. Go to the SQL Editor and run the following command: ALTER TABLE portfolio ADD COLUMN user_id uuid REFERENCES auth.users ON DELETE CASCADE;
  6. Go to the portfolio table and create columns as shown in the image below: enter image description here
  7. To change the router page, edit RouterPage.jsx.
  8. Finish

Customization

You can customize anything as this project is built using Vite, Tailwind CSS, and shadcn/ui.

Thank you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published