Documentation
Getting Started/Overview

Overview

Welcome to metaFoxOnline! This guide will help you get up and running quickly.

For End Users

Quick Start

  1. Create an Account: Sign up for a metaFoxOnline account
  2. Set Up Your Profile: Add your coaching information and preferences
  3. Invite Team Members: Add coaches and clients to your organization
  4. 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:

Quick Developer Setup

  1. Prerequisites: Node.js 20+, pnpm 9.3.0+, PostgreSQL, Supabase account
  2. Clone and Install: git clone <repo-url> && cd metafoxonline && pnpm install
  3. Environment: Create .env.local with required variables (see README)
  4. Database: pnpm --filter database push && pnpm --filter database generate
  5. Start: pnpm dev (and pnpm dev:websocket for 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