Getting Started
Follow these instructions to set up the RealDeal project locally.
Prerequisites
- Node.js (v18 or higher)
- npm or yarn
- A Supabase project (for database and auth)
Installation
- Clone the repository
- Install dependencies
- Environment Setup
Create a
.env.localfile in the root directory: - Database Setup
Run the SQL scripts provided in
lib/database_schema.sqlin your Supabase SQL Editor to set up the tables and security policies. - Run the development server Open http://localhost:3000 with your browser to see the result.