A beautiful app to remember names and personal details of the people in your life.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Supabase
- Clone the repository
- Install dependencies:
npm installorpnpm install - Copy
.env.exampleto.env.local - Update the environment variables in
.env.localwith your Supabase credentials:VITE_SUPABASE_URL=your_supabase_project_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
Choose one of the following options:
Option A: Using Supabase CLI (Recommended for developers)
npx supabase login
npx supabase link --project-ref your-project-id
npx supabase db pushOption B: Manual Setup (Easier for beginners)
-
Go to your Supabase project dashboard
-
Open the SQL Editor
-
Copy and paste the contents of
setup_database.sql -
Run the SQL
-
Run the development server:
npm run devorpnpm dev
Create a .env.local file with the following variables:
VITE_SUPABASE_URL: Your Supabase project URLVITE_SUPABASE_ANON_KEY: Your Supabase anonymous key
This project is licensed under the GPLv3 License - see the LICENSE file for details.
Please ensure you don't commit sensitive information like API keys or personal data.