This is Luxmart static wesite in Jekyll
- Deploy the website locally:
bundle exec jekyll serve
Alternatively, pass the --livereload
option to serve to automatically refresh the page
with each change you make to the source files:
bundle exec jekyll serve --livereload
- Browse to http://localhost:4000