A modern decentralized application built with Turborepo for optimal development experience and performance.
- Bun (recommended) or Node.js
- Git
-
Clone and navigate to the project
cd betteruptime-dapp -
Install dependencies
bun install
-
Start development server
bun run dev
-
Enable Remote Caching (recommended)
bunx turbo login
Learn more about Turborepo Remote Cache
| Command | Description |
|---|---|
bun run dev |
Start development servers for all apps |
bun run build |
Build all apps and packages |
bun run lint |
Lint all apps and packages |
bun run check-types |
Run TypeScript type checking |
bun run format |
Format code using Prettier |
- Turborepo Caching: Run any command twice to benefit from Turborepo's intelligent caching system
- Parallel Development: All apps and packages run concurrently during development
- Shared Dependencies: Common packages are automatically linked across the monorepo
- Turborepo - Build system and monorepo tools
- Bun - Fast JavaScript runtime and package manager
- TypeScript - Type-safe JavaScript development
Happy coding! 🎉