git clone repo
rm -rf .git
git add .
git commit -m "initial commit of oneclickai"
git push
supabase init
supabase login
supabase link --project-ref hrhfqydfrkyknzjgivyr --password gMtjPTXUGWt3dJaU
DB_PASSWORD - Your supabase db password SUPABASE_URL - your supabase project url SUPABASE_KEY - Your Supabase Project Anon Key NUXT_UI_PRO_LICENSE - Your Nuxt UI Pro License SITE_URL=http://localhost:3000
npm run test
yarn install
yarn run dev