CampusBoard is a real-time, authenticated notice board platform designed for university or corporate environments, built with a premium, minimalist UI and a flawless dark/light mode implementation.
We maintain a single source of truth for the entire architecture, design system, and database configuration.
Please refer to the Project Handbook for:
- Full Supabase Setup Instructions (SQL Schema & RLS Policies)
- The Custom UI Design System and Tailwind Rules
- Real-time and Context Hooks Architecture
- Project Rules and Coding Standards
npm install
npm run devNote: You must have your
.env.localconfigured with your Supabase credentials as outlined in the Handbook before starting the local server.