Website for the band Turn The Course, hosted via GitHub Pages at turnthecourse.com.
No build step required. Serve the static files with Python's built-in HTTP server:
python3 -m http.server 8080Then open http://localhost:8080 in your browser.
Press Ctrl+C to stop the server.