8000 GitHub - peer-town/peer at mvp-2-0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

peer-town/peer

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

0