2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

update readme

This commit is contained in:
Matthias Mair 2022-02-03 01:13:47 +01:00
parent 98e4facaa6
commit 532b6779e6

View File

@ -8,7 +8,12 @@ Install packages
bundle install
```
Run debug server
Build site locally
```
bundle exec jekyll build
```
Run debug server
```
bundle exec jekyll serve --incremental
```