DuelDex is designed to help duelists discover new cards and build stronger decks.
To set up Supabase in this project, follow these steps:
-
Create a new project:
- Go to your Projects.
- Click on
New project
and follow the setup instructions.
-
Add Project Configuration:
In your project's root directory, create a
.env
file and add the following with your project's credentials:VITE_SUPABASE_URL:YOUR_PROJECT_URL VITE_SUPABASE_ANON_KEY:YOUR_PROJECT_API_KEY
- Frontend: React.js with Vite
- Styling: Tailwind CSS and DaisyUI
- API: YGOPRODeck API
- Authentication and Database: Supabase
Special thanks to YGOPRODeck for providing the extensive Yu-Gi-Oh! card database and API.