2
0
mirror of https://github.com/inventree/inventree-website.git synced 2026-05-28 11:49:23 +00:00

add dev instructions

This commit is contained in:
2022-01-27 10:53:24 +01:00
parent 7bd95c004f
commit 67b8e4ab00
+12
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
```