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

add dev instructions

This commit is contained in:
Matthias Mair 2022-01-27 10:53:24 +01:00
parent 7bd95c004f
commit 67b8e4ab00

View File

@ -1,2 +1,14 @@
# home.invenhost.com
A small UI test
## Develop
Install packages
```
bundle install
```
Run debug server
```
bundle exec jekyll build
```