Website for the HydPyHack 2025 event on 15 Feb 2025. This site displays event registration, volunteers, and venue information.
To run this site locally:
- Clone the repository
- Open
index.htmlin your browser
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request