Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 360 Bytes

File metadata and controls

19 lines (11 loc) · 360 Bytes

pythonankara.com

Website for the Python Ankara community.

Stack

Vanilla HTML, CSS, and JavaScript. No build step, no frameworks.

Development

Open index.html in a browser or start a local server:

python3 -m http.server 8080

Deployment

Hosted on Cloudflare Pages. Every push to main triggers an auto-deploy via GitHub Actions.