Hey BSSG friends!
Just rolled out a new experimental feature in the latest commit: a built-in dev server!
You can now run ./bssg.sh server to build your site and immediately preview it locally. It even temporarily tweaks your SITE_URL so all links work as expected during your local session. Options like --port, --host, and --no-build are there too.
It's still a bit experimental and relies on netcat (nc) being available on your system. I've tried to make the nc detection pretty robust, but there are so many versions out there! 
Would love for you to give it a spin if you're doing local development and let me know how it works for you!
Any feedback or bug reports are super helpful at this stage.
Happy static-site generating!