GitHunt
AA

aaronjorbin/ai-leaders

AI Leaders Website

AI Leaders

Learn AI. Learn WordPress. Earn Living-Wage Jobs.

Master the tools defining the future of work. Join a community of innovators and secure your path to financial independence.

We hope this site becomes the AI Leaders learning platform, empowering the next generation of tech professionals.

Getting Started

The fastest way to work on this project is using AI-powered development tools.

This project is optimized for AI-assisted coding. We recommend using tools like Google Antigravity or Claude Code.

  1. Give Instructions: Instead of memorizing terminal commands, simply tell your AI agent what you want to do:
    • "Set up this project and start the development server."
    • "I want to add a new feature to the landing page."
    • "Fix the alignment on the navigation bar."
  2. Let the AI Handle the Rest: Your AI agent will automatically install dependencies, run the development server, and manage file changes for you.

Option 2: Manual Setup (Traditional)

If you prefer using the command line:

  1. Setup:

    git clone <repository-url>
    cd ai-leaders
    npm install
  2. Run:

    npm run dev

    Open http://localhost:5173 in your browser.

Environment Setup

To enable the AI assessment features, you need to set up environment variables locally and/or on GitHub.

  1. Get your API Keys:

  2. Local Development:

    • Copy .env.example to .env:
      cp .env.example .env
    • Fill in your keys in .env.
  3. GitHub Pages Deployment:

    • Go to your repository Settings > Secrets and variables > Actions.
    • Add repository secrets for VITE_GEMINI_API_KEY and VITE_RECAPTCHA_SITE_KEY.
    • Note: For Vite apps on GitHub Pages, secrets typically need to be passed during the build process.

Contributing

We welcome contributions! If you're looking for things to contribute, please check out the Issues on GitHub.

For detailed information on how to contribute, including our PR process, please see our CONTRIBUTING.md guide.

Credits

This project was initially generated with Google Antigravity.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Languages

TypeScript96.7%HTML1.8%JavaScript1.2%CSS0.4%

Contributors

MIT License
Created February 4, 2026
Updated February 4, 2026
aaronjorbin/ai-leaders | GitHunt