A modern productivity management platform built with the T3 Stack. Seamlessly manage tasks, projects, and team collaboration with a sleek, modern interface.
- 🚀 Real-time collaboration
- 📊 Task and project management
- 👥 Team workspaces
- 📱 Responsive design
- 🔐 Secure authentication
- 🎨 Modern UI with Tailwind CSS
- Framework: Next.js 13 with App Router
- Database: PostgreSQL with Prisma ORM
- Styling: Tailwind CSS
- API: tRPC for type-safe APIs
- Utilities: Google Cloud
- Deployment: Vercel
- Clone and install:
git clone https://github.com/yourusername/communolearn.git
cd communolearn
npm install- Set up environment:
cp .env.example .env
# Configure DATABASE_URL, NEXTAUTH_SECRET, and other env variables- Initialize database:
npx prisma db push
npx prisma generate- Start development:
npm run devVisit http://localhost:3000 to view the application.
npm run dev- Development servernpm run build- Production buildnpm run start- Production servernpm run lint- Code lintingnpm run format- Code formattingnpm run prisma:studio- Database management
Contributions are welcome! Please read our contributing guidelines before submitting PRs.