Overview
Welcome to metaFoxOnline! This guide will help you get up and running quickly.
For End Users
Quick Start
- Create an Account: Sign up for a metaFoxOnline account
- Set Up Your Profile: Add your coaching information and preferences
- Invite Team Members: Add coaches and clients to your organization
- Start Coaching: Begin using whiteboards and coaching tools
What's Next?
Once you're set up, explore these key areas:
- Dashboard: View your coaching overview and analytics
- Whiteboards: Create interactive visual coaching sessions
- Coaching Tools: Access all your coaching resources
- Settings: Customize your account and preferences
- Admin Panel: Manage your organization and users
For Developers
If you're looking to set up metaFoxOnline for development or contribute to the project, please refer to:
- Main README: Complete setup instructions, environment variables, and development workflow
- Contributing Guide: Development guidelines, testing requirements, and contribution process
- Architecture Documentation: System architecture and technical details
Quick Developer Setup
- Prerequisites: Node.js 20+, pnpm 9.3.0+, PostgreSQL, Supabase account
- Clone and Install:
git clone <repo-url> && cd metafoxonline && pnpm install - Environment: Create
.env.localwith required variables (see README) - Database:
pnpm --filter database push && pnpm --filter database generate - Start:
pnpm dev(andpnpm dev:websocketfor real-time features)
Need Assistance?
- End Users: Contact our support team for help with setup or usage
- Developers: Open an issue on GitHub or check the Contributing Guide for troubleshooting