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.
Option 1: AI-Powered Development (Recommended)
This project is optimized for AI-assisted coding. We recommend using tools like Google Antigravity or Claude Code.
- 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."
- 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:
-
Setup:
git clone <repository-url> cd ai-leaders npm install
-
Run:
npm run dev
Open
http://localhost:5173in your browser.
Environment Setup
To enable the AI assessment features, you need to set up environment variables locally and/or on GitHub.
-
Get your API Keys:
- Gemini API Key: Get a key from Google AI Studio.
- ReCAPTCHA Site Key: Register a v3 site (ensure you select reCAPTCHA v3).
-
Local Development:
- Copy
.env.exampleto.env:cp .env.example .env
- Fill in your keys in
.env.
- Copy
-
GitHub Pages Deployment:
- Go to your repository Settings > Secrets and variables > Actions.
- Add repository secrets for
VITE_GEMINI_API_KEYandVITE_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.