Skip to content

Files

Latest commit

23b3526 · Mar 19, 2025

History

History
41 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.45 KB

note:

the preview is no longer available, please try to create your own database in supabase platform

uibugs

uibugs is a platform that give you the possibility to showcase bugs in large and popular websites and apps.

Recommendations

extentions:

  • Vue.volar
  • Vue.vscode-typescript-vue-plugin

Requirements

.env

  • VITE_SUPABASE_URL="SUPABASE URL"
  • VITE_SUPABASE_KEY="SUPABASE KEY"
  • VITE_BASE_PHOTO_URL="SUPABASE PHOTO URL"

supabase

1- your need to have those tables:

image

1.1- bugs table structure:

image image

1.2- follower_following table structure:

image image

1.3- users table structure:

image

1.4- Create a buckets by the name of images And then create a folder named /public inside them

Installation

npm run dev

Runs the app in the development mode.

npm run build

Builds the app for production to the build folder.