forked from AkkomaGang/admin-fe
Merge branch 'chore/upd-readme' into 'develop'
Improve build documentation Closes #42 See merge request pleroma/admin-fe!73
This commit is contained in:
commit
85980b6277
1 changed files with 5 additions and 1 deletions
|
@ -25,13 +25,17 @@ You can have any combination of these features (i.e. you can disable anything, b
|
|||
|
||||
## Usage
|
||||
|
||||
### Bundled
|
||||
|
||||
AdminFE is bundled with Pleroma, i.e. you can just visit `https://your.instance/pleroma/admin/` to try it out.
|
||||
|
||||
### Development
|
||||
|
||||
To run AdminFE locally execute `yarn dev`
|
||||
|
||||
### Build
|
||||
|
||||
To compile everything for production run `yarn build:prod`.
|
||||
To compile everything for production run `yarn build:prod`, this will build admin-fe into `dist` folder, which you will need to upload to your server and/or point your webserver of choice to.
|
||||
|
||||
#### Disabling features
|
||||
|
||||
|
|
Loading…
Reference in a new issue