Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 857 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 857 Bytes

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • @1post/frontend: a Next.js app
  • @1post/core: backend api
  • @1post/shared: shared code between the frontend and backend
  • @1post/client-sdk: Client SDK generated from OpenAPI spec

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

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

cd myonepost
pnpm build

Develop

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

cd myonepost
pnpm dev