FE for Bae.st
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
dgold 4f258b4940
Added Irish (Gaeilge) Language
6 years ago
build added JSX support 6 years ago
config proxying nodeinfo 6 years ago
src Added Irish (Gaeilge) Language 6 years ago
static Added Irish (Gaeilge) Language 6 years ago
test fixup! fixup! Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing. 6 years ago
.babelrc added JSX support 6 years ago
.editorconfig Basic skeleton 8 years ago
.eslintignore Basic skeleton 8 years ago
.eslintrc.js Basic skeleton 8 years ago
.gitignore issue #1 - better nsfw image loading 8 years ago
.gitlab-ci.yml Update .gitlab-ci.yml 7 years ago
.node-version Add .node-version 8 years ago
CHANGELOG Add changelog 8 years ago
COFE_OF_CONDUCT.md Update COFE_OF_CONDUCT.md 8 years ago
CONTRIBUTORS.md maybe i should actually add myself to contributors list? 6 years ago
LICENSE Add license 8 years ago
README.md Make scope options optional, refactoring. 6 years ago
index.html Add favicon to pleroma-fe 6 years ago
package.json added JSX support 6 years ago
yarn.lock added JSX support 6 years ago

README.md

pleroma_fe

A single column frontend for both Pleroma and GS servers.

screenshot

For Translators

To translate Pleroma, add your language to src/i18n/messages.js. Pleroma 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 yourself. Check out https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma and Qvitter at the same time.

Build Setup

# install dependencies
npm install -g yarn
yarn

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

Configuration

Edit config.json for configuration. scopeOptionsEnabled gives you input fields for CWs and the scope settings.