Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 663 Bytes

File metadata and controls

20 lines (14 loc) · 663 Bytes

Web3 App Starter Monorepo

Getting Started

bun install
bun run dev

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • web: another Next.js app with Tailwind CSS
  • ui: a stub React component library with Tailwind CSS shared by both web and docs applications
  • contracts: a foundry project of relevant contracts for reference.
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo