Skip to content

lauralopezalo/Remember-to-git

Repository files navigation

Remember to git

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!

image

image


Project Setup

npm install

Set Up your Environment Variables from Supabase located at the root folder of the project

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

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published