Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 197 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 197 Bytes

This is the repo for http://we-camp.us

One way to run the files locally (with automatic reloading!):

npm install -g browser-sync
browser-sync start --server 'src' --files "*.html, *.css"