-
You have to set up a react project with vite
yarn create vite@latest
-
You have to install the following packages
yarn add vitest @testing-library/react @testing-library/dom @testing-library/jest-dom @testing-library/user-event msw -D
-
You have to set up a nodejs project (Recommended version v22.18.0 to use typescript)
yarn init
-
Create the file tsconfig.json in the root Documentation
{The Supabase CLI is a powerful tool that enables developers to manage their Supabase projects directly from the terminal. It provides a suite of commands for various tasks, including:
- Setting up and managing local development environments
- Generating TypeScript types for your database schema
- Handling database migrations
- Managing environment variables and secrets
- Deploying your project to the Supabase platform
With the CLI, you can streamline your development workflow, automate repetitive tasks, and maintain consistency across different environments. It's an essential tool for both local development and CI/CD pipelines.
The current team accounts implementation uses a dual-authentication architecture built by a previous developer. This document outlines the technical disadvantages of continuing with this approach versus migrating to a unified system.
Team Accounts will allow FanIQ One customers to invite members of their internal staff into their organization's FanIQ One environment. This feature introduces multi-user access and role-based permissions, enabling account owners to invite team members, assign access levels, and control which features each role can use.