Skip to content

Web interface to the SeaGL 2021 virtual conference

License

Notifications You must be signed in to change notification settings

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'