/louiechristie.github.io

Louie Christie homepage. Source code hand crafted HTML & CSS.

Primary LanguageHTML

louiechristie.com

Setup local development

Clone repository.

In a console start your favorite local web server that uses live reloading.

For example:

npx serve

Or:

npx browser-sync start --server --files "**/*.css, **/*.html, **/.js"