A "to-do list" application running on Vue 3 with the composition API, Pinia as a state management tool, vue router, vite and lastly Supabase running on the backend.
CSS framework TailwindCSS will be used.
This app is deploy to Vercels ecosystem.
Sign up and INIT your new organized life!
npm install
VITE_SUPABASE_URL
VITE_SUPABASE_ANON_KEY
Once you have added your environment variables, head to your .gitIgnore file located at the root folder and uncomment the .env file naming to avoid sharing any private access keys to your database
npm run dev
npm run build