Skip to content

peer-town/peer

Repository files navigation

DevNode Monorepo

This is the official repo of the DevNode project.

Setup

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

Turborepo & Original Template

This turborepo uses pnpm as a packages manager & was originally bootstrapped from the with-pnpm example.

Apps and Packages

  • index: TBD
  • web: another Next.js app
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Useful Links

Learn more about the power of Turborepo: