A new Celo blockchain project
A modern Celo blockchain application built with Next.js, TypeScript, and Turborepo.
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Open http://localhost:3000 in your browser.
This is a monorepo managed by Turborepo with the following structure:
apps/web- Next.js application with embedded UI components and utilities
pnpm dev- Start development serverspnpm build- Build all packages and appspnpm lint- Lint all packages and appspnpm type-check- Run TypeScript type checking
- Framework: Next.js 14 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Monorepo: Turborepo
- Package Manager: PNPM