Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.67 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.67 KB

Zolplay Core

GitHub Workflow Status GitHub Workflow Status

npm npm npm npm npm npm

This is an official core repo for Zolplay containing all the packages we use on a daily basis.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages:

Apps and Packages

  • config: boilerplate configs for frontend projects
  • cva: An adapter for the awesome original package class-variance-authority
  • query: An adapter for the awesome original package @tanstack/react-query
  • react: shared React components and hooks
  • tsconfig: tsconfig.jsons for TypeScript projects
  • utils: A collection of utility functions

Build

To build all packages, run the following command:

pnpm build

Develop

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

pnpm dev

Useful Links

Learn more about the power of Turborepo: