Skip to content

BNLIF/lar-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAr Website at BNL

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 SimpleHTTPServer

Or, with livereload

from livereload import Server
server = Server()
server.watch('index.html')
server.serve(root='.')

Instructions for writing can be found here.

About

LAr Website at BNL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages