Code Philadelphia is a community-focused coding initiative that brings together developers, designers, and tech enthusiasts in the Philadelphia area. Our website serves as a hub for event information, resources, and community engagement.
This repository contains the source code for the codephiladelphia.com website. The site is designed to showcase our community events, provide resources for members, and facilitate connections within the Philadelphia tech ecosystem.
To run this website locally:
# Using Python 3
python -m http.server
# Using Node.js
npm install -g serve
serveThen open your browser and navigate to:
- http://localhost:8000 (Python)
- http://localhost:3000 (Node.js)
We welcome contributions from the community! If you'd like to contribute, please:
- Fork the repository
- Create a feature branch
- Submit a pull request
For more information, visit codephiladelphia.com or reach out through our social media channels.
This project is licensed under the terms included in the LICENSE file.