/portfolio

www.bryaneaton.com and subdomains all contained within Turborepo

Primary LanguageTypeScriptMIT LicenseMIT

Bryan Eaton Turborepo

This is a monorepo for all content on www.bryaneaton.com and subdomains

Tech

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

Apps and Packages

  • docs: a Next.js app
  • www: A Remix Run app
  • eslint-config-custom: eslint configurations (includes eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Build

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

pnpm run build

Develop

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

pnpm run dev