Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 532 Bytes

File metadata and controls

17 lines (12 loc) · 532 Bytes

HydPyHack 2025 Website

Website for the HydPyHack 2025 event on 15 Feb 2025. This site displays event registration, volunteers, and venue information.

Local Development

To run this site locally:

  1. Clone the repository
  2. Open index.html in your browser

Contributing

  1. Fork the repository
  2. Create your 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