PHP México Community website - The largest PHP community in Mexico.
This is the official website for PHP México, a community of PHP developers across Mexico. The site provides:
- Community information and resources
- Event listings and videos from past meetups
- FAQ section for new members
- Technology showcase
- Social media integration
Built with React, TypeScript, Vite, and Tailwind CSS.
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone https://github.com/Sirpyerre/phpmexico.git
cd phpmexico- Install dependencies:
npm install- Create a
.env.localfile in the root directory:
VITE_YOUTUBE_API_KEY=your_youtube_api_key_here
VITE_YOUTUBE_CHANNEL_ID=UCwQwULU2DdB6BkfBqLpQaKA- Start the development server:
npm run dev- Open your browser at
http://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
We welcome contributions from the community! Here's how you can help:
- Use the GitHub issue tracker
- Provide clear description and steps to reproduce
- Include screenshots if applicable
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow the existing code style
- Write meaningful commit messages
- Test your changes before submitting
- Update documentation as needed
- Slack: Join our chat
- Meetup: PHP The Right Way
- Twitter: @phpmx
- YouTube: @phpmexico
This project is open source and available under the MIT License.