Quick Start Guide
Welcome to Mind Measure! This guide will help you get started quickly, whether you're a developer, designer, or content editor.
Choose Your Path
👨💻 For Developers
Get up and running in minutes:
- Development Guide - Complete setup and workflow
- First Deployment - Deploy your first changes
- Testing - Test your code
🎨 For Designers
Start designing:
- Figma Workflow - Design to code process
- Design System - Colors, typography, components
✏️ For Content Editors
Manage content:
- CMS User Guide - Using Sanity CMS
- Marketing Sites - Marketing content management
What You'll Need
For Development
- Node.js 20+
- Git
- Vercel CLI
- Your preferred code editor (Cursor recommended)
Key Resources
- Documentation: https://docs.mindmeasure.co.uk (opens in a new tab)
- Admin Dashboard: https://admin.mindmeasure.co.uk (opens in a new tab)
- Mobile App: https://mobile.mindmeasure.app (opens in a new tab)
- Marketing Sites: https://mindmeasure.co.uk (opens in a new tab) / mindmeasure.app
Common Tasks
Deploy Changes
# For admin dashboard (mind-measure-core)
cd mind-measure-core
npx vercel --prod
# For mobile app (mind-measure-mobile-final)
cd mind-measure-mobile-final
npx vercel --prod
# For marketing sites
cd mindmeasure-marketing/sites/university
npx vercel --prodRun Locally
# Admin dashboard
npm run dev # http://localhost:5173
# Mobile app
npm run dev # http://localhost:5173
# Marketing sites
npm run dev:university # http://localhost:4321
npm run dev:student # http://localhost:4321Next Steps
- Read the Development Guide for detailed setup
- Review Platform Architecture to understand the system
- Check Security & Privacy for compliance requirements
- Join the team communication channels
Need Help?
- Documentation: Browse the sidebar for detailed guides
- Troubleshooting: Check Operations for common issues
- Contributing: See Contributing to add documentation
Ready to dive deeper? Choose a topic from the sidebar or start with the Development Guide.