Skip to content

phpmx/phpmexico

Repository files navigation

PHP México

PHP México Community website - The largest PHP community in Mexico.

Description

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.

Development Setup

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/Sirpyerre/phpmexico.git
cd phpmexico
  1. Install dependencies:
npm install
  1. Create a .env.local file in the root directory:
VITE_YOUTUBE_API_KEY=your_youtube_api_key_here
VITE_YOUTUBE_CHANNEL_ID=UCwQwULU2DdB6BkfBqLpQaKA
  1. Start the development server:
npm run dev
  1. Open your browser at http://localhost:5173

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

Contributing

We welcome contributions from the community! Here's how you can help:

Reporting Issues

  • Use the GitHub issue tracker
  • Provide clear description and steps to reproduce
  • Include screenshots if applicable

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Code Guidelines

  • Follow the existing code style
  • Write meaningful commit messages
  • Test your changes before submitting
  • Update documentation as needed

Community

License

This project is open source and available under the MIT License.

About

La discusión del sitio web la llevamos en https://phpmx.slack.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11