Skip to content
Snippets Groups Projects
Commit 85980b62 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Merge branch 'chore/upd-readme' into 'develop'

Improve build documentation

Closes #42

See merge request !73
parents c480850a fd74e9de
No related branches found
No related tags found
1 merge request!73Improve build documentation
Pipeline #21205 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment