mirror of https://github.com/stashapp/stash.git
9 lines
215 B
Markdown
9 lines
215 B
Markdown
|
# Stash Frontend V1
|
||
|
|
||
|
## Dev
|
||
|
|
||
|
* `yarn install` to install the modules
|
||
|
* `yarn start` to start the dev UI server on port 4200
|
||
|
* `yarn schema` to regenerate graphql code
|
||
|
* `ng build --prod` to build the dist directory
|