Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 646 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 646 Bytes

Initial Set Up

Set Up New Repo

git clone repo

rm -rf .git

git add .

git commit -m "initial commit of oneclickai"

git push

initialize supabase

supabase init supabase login supabase link --project-ref hrhfqydfrkyknzjgivyr --password gMtjPTXUGWt3dJaU

Set up environment variables

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

test it out

npm run test

run app and test registration and set up

yarn install

yarn run dev

happy developing! 🚀