Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1 KB

File metadata and controls

45 lines (27 loc) · 1 KB
Instead_logo

This is an official repository for @Instead


service url: https://www.instd.io/

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • web: a Next.js project for web service
  • @repo/ui: a stub React design system component library shared by services located in apps/**
  • @repo/theme: manages shared design tokens (colors, radius, spacing, typography) for consistent UI across apps.

Each package/app is 100% TypeScript.

Install Dependencies

To install dependencies for all apps and packages, run the following command:

pnpm install

Build

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

pnpx turbo run build

Develop

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

pnpx turbo run dev