Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 444 Bytes

chucknelson.org

Source for chucknelson.org

Development

This is just static content - ensure you have Node installed and run live-server:

npx live-server

If making changes to the CSS, run node-sass in watch mode as well:

npx node-sass --watch stylesheets-sass/ --output stylesheets/

You can just make changes, save and see the updated result in your local browser automatically.