Skip to content

SeaGL/attend.seagl.org

Repository files navigation

attend.seagl.org

Web interface to the virtual half of SeaGL 2023

Development

Install dependencies:

Build the static site:

make

Serve it at e.g. localhost:8000:

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