Skip to content

OrionSeven/topflightapps-monorepo

Repository files navigation

This is a monorepo for TopFlightApps.

Packages

  • @topflightapps/scheduling - A scheduling package for TopFlightApps.
  • @topflightapps/utils - A utility package for TopFlightApps.

Apps

  • scheduling-demo-main - A demo app for the scheduling package.

Setup

yarn install

Development

yarn dev

Tailwind

When using Tailwind in a package, you need to add the package's source files to the content array in the tailwind.config.ts file.

content: [
  "../../packages/scheduling/src/**/*.{js,ts,jsx,tsx,mdx}",
]

If you are using a package outside of this monorepo, you will need to use the package name instead of a relative path.

content: [
  "@topflightapps/scheduling/src/**/*.{js,ts,jsx,tsx,mdx}",
]

About

Mono-repo example for Topflight Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published