An open API service indexing awesome lists of open source software.

https://github.com/pythonindia/inpycon2024

Official Repo of PyCon India 2024
https://github.com/pythonindia/inpycon2024

conference python

Last synced: 10 months ago
JSON representation

Official Repo of PyCon India 2024

Awesome Lists containing this project

README

          

# PyCon India 2024 Website

This is the repo for PyCon India 2024's website.

India’s premier conference on using and developing the Python programming language will be held in Bangalore this year.

- Conference: September 21-22, 2024
- Workshops: September 20, 2024
- Dev Sprints: September 23, 2024

### Local Development / Setup Instructions
If you want to contribute to the website, you will need to set up your environment and install the required dependencies. You will need to have this repository cloned on your local machine. Once you have that set up, you can simply run the following command to run the website locally:

- Clone the repository
```bash
git clone https://github.com/pythonindia/inpycon2024.git
```

- Install eleventy/11ty
```bash
npm install @11ty/eleventy
```

- Run the website locally
```bash
make dev-server
```

## Production Deployment

```sh
sudo make prod
```

**Venue**
[NIMHANS Convention Centre, Bengaluru](https://maps.app.goo.gl/RPE8hmDoyFh7pmyY7)

## License
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE.md)