#InvenTree home website A small UI test ## Develop Install packages ``` bundle install ``` Build site locally ``` bundle exec jekyll build ``` Run debug server ``` bundle exec jekyll serve --incremental ```