This Turborepo includes the following packages/apps:
console: The Cosmonic Satellite Console is a web-based user interface for managing your wasmCloud lattice, and the applications that run on it.
@cosmonic/orbit-ui: Organized Radix-Based Interface Toolkit (ORBIT). This package is a collection of React components and hooks that are used to build the Cosmonic Satellite Console.@cosmonic/orbit-icons: A collection of SVG icons used in the Cosmonic Satellite Console.@cosmonic/eslint-config: reusable eslint configuration@cosmonic/prettier-config: prettier formatting configuration@cosmonic/tailwind-config: tailwind css configuration@cosmonic/typescript-config:tsconfig.jsons used throughout the monorepo
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev
To test all apps and packages, run the following command:
pnpm test
To lint all apps and packages, run the following command:
pnpm lint
To format all apps and packages, run the following command:
pnpm format