In this repository you'll be able to find the source code of the Better Rail website.
The source code for the app itself can be found here.
There are no build tools needed to build the website, it's just plain ol' HTML & CSS files.
Because static assets and stylesheets are referenced using absolute paths (e.g., /style.css), the website should be served via a local web server so all resources resolve properly:
python3 -m http.server 8000Then open http://localhost:8000 in your browser.
If you're using VSCode, you can also use the Live Server extension while developing for automatic live-reloading.