Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 225 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 225 Bytes

This is the repo for dctechslack.com

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

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