mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-03 07:48:52 +00:00
20 lines
208 B
Markdown
20 lines
208 B
Markdown
# home.invenhost.com
|
|
A small UI test
|
|
|
|
|
|
## Develop
|
|
Install packages
|
|
```
|
|
bundle install
|
|
```
|
|
|
|
Build site locally
|
|
```
|
|
bundle exec jekyll build
|
|
```
|
|
|
|
Run debug server
|
|
```
|
|
bundle exec jekyll serve --incremental
|
|
```
|