This is the LAr website at http://lar.bnl.gov/.
To run locally:
git clone https://github.com/BNLIF/lar-web.git
cd lar-web
python -m SimpleHTTPServerOr, with livereload
from livereload import Server
server = Server()
server.watch('index.html')
server.serve(root='.')Instructions for writing can be found here.