Run the site locally with Python:
python wsgi.pyThen open http://localhost:3000.
index.htmlhas the content and structure.styles.csshandles the visuals and the space-to-sky theme.main.jsruns the intro, the star field, the scroll updates, and the interest form behavior.
The interest form currently posts to event@hackphs.tech through FormSubmit.
The first live submission may ask that inbox to confirm the form before entries start forwarding normally.
The current hero and sky scene are built directly in index.html and styles.css with inline SVG plus CSS layers, so there are no external visual dependencies for those pieces right now.