This is a monorepo built with Turborepo. These are the workspaces inside:
web
: the main app built with Next.jseslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepotailwind-confg
: the TailwindCSS configuration
To build all apps and packages, run the following command:
npm run build
To develop all apps and packages, run the following command:
npm run dev