chopfitzroy / me

The mono repo that is me

Home Page:https://otis.engineer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apps and Packages

  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Build

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

cd my-turborepo
npm run build

Develop

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

cd my-turborepo
npm run dev

Useful Links

Learn more about the power of Turborepo:

About

The mono repo that is me

https://otis.engineer/


Languages

Language:TypeScript 86.6%Language:JavaScript 11.0%Language:CSS 1.7%Language:HTML 0.8%