mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-02 15:28:52 +00:00
351 B
351 B
InvenTree home website
This project contains the source for the new InvenTree website. It is built on Jekyll and GitHub pages for backend / hosting and tailtwindcss for frontend.
Develop
Install packages
bundle install
Build site locally
bundle exec jekyll build
Run debug server
bundle exec jekyll serve --incremental