Web interface to the virtual half of SeaGL 2024
Install dependencies:
- Node.js (latest LTS)
- Yarn Classic
- Make
- rsync
- a local web server, such as serve or Python’s
http.server
Build the static site:
make
Serve it at e.g. localhost:8000
:
python -m 'http.server' --directory 'dist'