Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.08 KB

attend.seagl.org

Web interface to the virtual half of SeaGL 2024

Development

Install dependencies:

Build the static site:

make

Serve it at e.g. localhost:8000:

python -m 'http.server' --directory 'dist'