Usul.ai Front-End Prerequisites node.js v22.x pnpm Postgres Setup Start the api server api.usul.ai: GitHub repo Start Postgres on your terminal: on mac: brew services start postgresql@15 Install dependencies with pnpm: pnpm install Generate the Prisma client: pnpm db:generate Start the development server: pnpm dev