Website for PyConf Hyderabad 2026
This is the repo for PyConf Hyderabad 2026's website. The 6th edition of the regional Python conference in India, taking place in the vibrant city of Hyderabad.
Before you start, ensure you have Node.js and a package manager installed on your machine. Follow these steps:
-
Download Node.js:
- Visit the Node.js official website.
- Download the v20.18.0 version. This was the latest LTS version when the project was created.
- Follow the installation instructions provided on the website.
-
Verify Installation:
- Open your terminal or command prompt.
- Run the following command to check if Node.js is installed:
node -v
- You should see the version number of Node.js.
-
Install a Package Manager:
- Node.js comes with npm (Node Package Manager) by default. To check if npm is installed, run:
npm -v
- Alternatively, you can use other package managers like Yarn or pnpm.
- Node.js comes with npm (Node Package Manager) by default. To check if npm is installed, run:
-
Run the Development Server:
-
Once Node.js and a package manager are installed, you can start the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 with your browser to see the result.
-
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Thank you for your interest in contributing to the PyConf Hyderabad 2026 website! This document will guide you on how to contribute effectively and collaboratively to ensure a smooth development process.
This project is a fork of pyconfhyd2025, initially developed as a modular conference website featuring reusable components. To learn more, refer to the introduction section of pyconfhyd2025.
A feature flag configuration has been introduced, enabling a gradual rollout of features. Check out the PyConf 2026 setup PR to see how changes can be made when setting up the conference website.
This year's focus is on improving the template while seamlessly integrating it with HydPy's website by redirecting selected pages to the main site.
We welcome all contributions—bug fixes, feature implementations, or documentation updates.
- Fork the Repository: Create a personal copy of the repository.
- Clone and Branch: Clone your fork locally and create a new branch for your changes.
- Make Changes: Ensure your updates are clear, consistent, and align with the goals of the project.
- Submit a Pull Request (PR): Push your branch and open a PR. Complete all checks in the provided PR Template.