This is the LSF Website.
If you see any bugs, please send a PR.
If you can make the site look nicer but without messing up the strict content vs. style separation, please send a PR.
To run locally do the following:
1. git clone the repo 2. jekyll serve
If you have Docker installed, you can start the local development server with LiveReload using:
docker compose up --buildOnce running, visit http://localhost:4000 in your browser. Any changes you make to the source files will automatically rebuild the site and reload the page.