Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.23 KB

Turborepo starter

This is an official Yarn v1 starter turborepo.

What's inside?

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

Apps and Packages

  • smart-contracts: a Hardhat project
  • web: a Next.js app
  • ui: a stub React component library used by both web and other potential Next.js applications
  • lint: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • web3-config : [Typechain] (https://github.com/dethcrypto/TypeChain) configuration containing the smart-contract interface and deployments files
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

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

yarn run build

Develop

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

yarn run dev