Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 557 Bytes

File metadata and controls

38 lines (25 loc) · 557 Bytes

Usul.ai Front-End

Prerequisites

Setup

  1. Start the api server api.usul.ai:

GitHub repo

  1. Start Postgres on your terminal:

on mac:

brew services start postgresql@15
  1. Install dependencies with pnpm:
pnpm install
  1. Generate the Prisma client:
pnpm db:generate
  1. Start the development server:
pnpm dev