Skip to content

zolplay-cn/core

Repository files navigation

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: