From 39f2d9f17fe75c67e236bae612c87785188b2823 Mon Sep 17 00:00:00 2001 From: Norm Date: Sat, 16 Jul 2022 19:17:59 +0000 Subject: [PATCH] Update README with Akkoma stuff --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54529a70..58703ff5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Pleroma-FE -> A single column frontend designed for Pleroma. - -![screenshot](/uploads/796c5ecf985ed1e2b0943ee0df131ed0/DJVqSJ0.png) +This is a fork of Pleroma-FE from the Pleroma project, with support for new Akkoma features such as: +- MFM support via [marked-mfm](https://akkoma.dev/sfr/marked-mfm) +- Custom emoji reactions # For Translators -To translate Pleroma-FE, add your language to [src/i18n/messages.js](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/messages.js). Pleroma-FE will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js. +To translate Pleroma-FE, add your language to [src/i18n/messages.js](https://akkoma.dev/AkkomaGang/pleroma-fe/src/branch/develop/src/i18n/messages.js). Pleroma-FE will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js. # FOR ADMINS -You don't need to build Pleroma-FE yourself. Those using the Pleroma backend will be able to use it out of the box. +To use Pleroma-FE in Akkoma, use the [frontend](https://docs.akkoma.dev/stable/administration/CLI_tasks/frontend/) CLI task to install Pleroma-FE, then modify your configuration as described in the [Frontend Management](https://docs.akkoma.dev/stable/configuration/frontend_management/) doc. ## Build Setup