Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 634 Bytes

File metadata and controls

39 lines (25 loc) · 634 Bytes

Polar Clients

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • apps/web: polar.shNext.js app
  • packages/ui: Shared resources
  • packages/client: Internal API client generated from OpenAPI spec

Each package/app is 100% TypeScript.

Install

pnpm install

Build

To build all apps and packages, run the following command:

pnpm build

Develop

pnpm dev

Generate API client from OpenAPI spec

pnpm generate