2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

update readme

This commit is contained in:
Matthias Mair 2022-02-06 03:55:33 +01:00
parent d06df432d2
commit f154fc0508

View File

@ -2,7 +2,7 @@
This project contains the source for the new InvenTree 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. It is built on Jekyll and GitHub pages for backend / hosting and tailtwindcss for frontend.
## Develop ## common commands
Install packages Install packages
``` ```
bundle install bundle install
@ -17,3 +17,8 @@ Run debug server
``` ```
bundle exec jekyll serve --incremental bundle exec jekyll serve --incremental
``` ```
Regenerate file structure
```
tree -I '_site|.git|.jekyll-cache|node_modules' --dirsfirst
```