A social platform built with Next.js, supporting PWA (Progressive Web App) functionality.
- 📱 PWA Support - Installable as mobile/desktop app
- 💬 Social Sharing - Post publishing, comment interactions
- 🎨 Modern UI - Beautiful interface based on Tailwind CSS
- 🔐 User Authentication - Secure login and registration system
- 📝 Rich Text Editor - Support for Markdown and rich text content
- Install Dependencies
npm install
- Build Project
npm run build
- Configure Environment Variables
# Modify .env as prompted cp .env.example .env - Initialize Database
npx prisma migrate deploy
- Start Service
npm run start
npm installnpm run devOpen http://localhost:3000 to view the application.
- Install Dependencies
npm install
- Configure Environment Variables
# Modify .env as prompted cp .env.example .env - Update Database Schema
npx prisma db push
- Start Service
npm run dev
- Framework: Next.js 15
- Styling: Tailwind CSS
- Database: Prisma + SQLite
- Authentication: NextAuth.js
- PWA: Web App Manifest + Service Worker
- Types: TypeScript
