SeaGL / attend.seagl.org

Web interface to the SeaGL 2021 virtual conference
GNU General Public License v3.0
2 stars 2 forks source link
static-site

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'