A MERN stack application built with Next.js, TypeScript, and pnpm workspaces.
- Node.js >= 20
- pnpm 10.5.2+
- MongoDB (local or Atlas)
# Clone the repository
git clone https://github.com/YOUR_USERNAME/hello-world.git
cd hello-world
# Install dependencies
pnpm install
# Set up environment
cp apps/web/.env.example apps/web/.env.local
# Edit .env.local with your MongoDB connection string
# Start development server
pnpm devpnpm install # Install dependencies
pnpm dev # Start development server
pnpm lint # Run linting
pnpm lint:fix # Fix linting issues
pnpm format # Check formatting
pnpm test # Run unit tests
pnpm build # Production build
pnpm test:e2e # Run E2E testsapps/web— Next.js application (app router)packages/shared— Shared Zod schemas and types
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.