From fd74e9ded0e74a68d442302d66268619406a28d1 Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Sun, 15 Dec 2019 18:42:43 +0300 Subject: [PATCH] Improve build documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08196552..84ce067d 100644 --- a/README.md +++ b/README.md @@ -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