Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 301 Bytes

Online Marketplace App

homepage

Overview

This project was setup using create-t3-app, and uses all the optional settings except for next-auth. Instead, it uses https://clerk.com/ to authenticate users.

How to Run

  1. npm i
  2. npx prisma db push
  3. npm run dev