This is a monorepo for all content on www.bryaneaton.com and subdomains
This turborepo uses pnpm as a package manager. It includes the following packages/apps:
docs: a Next.js appwww: A Remix Run appeslint-config-custom:eslintconfigurations (includeseslint-config-prettier)tsconfig:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
To build all apps and packages, run the following command:
pnpm run build
To develop all apps and packages, run the following command:
pnpm run dev