mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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.
File structure
State as of ###.
Common commands
Install packages for ruby and nodejs.
sudo apt-get install rubygems ruby-dev nodejs npm
npm install
sudo gem install bundler
bundle install
Build site locally
bundle exec jekyll build
Run debug server
bundle exec jekyll serve --incremental
Regenerate file structure
tree -I '_site|.git|.jekyll-cache|node_modules' --dirsfirst
Languages
JavaScript
85.3%
HTML
11.7%
Ruby
2.4%
CSS
0.6%