mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
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
|