Fork of pleroma-fe for akkoma; changes a whole bunch and we probably need a proper new name for it
Find a file
2017-06-20 10:37:51 +03:00
build
config
src Add a config.json option for enabling registration, don't link and redirect away from register page when it's disabled. 2017-06-20 10:37:51 +03:00
static Add a config.json option for enabling registration, don't link and redirect away from register page when it's disabled. 2017-06-20 10:37:51 +03:00
test update branch and fix merge conflicts 2017-06-15 23:25:19 +03:00
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.gitlab-ci.yml
.node-version
CHANGELOG
COFE_OF_CONDUCT.md
CONTRIBUTORS.md
index.html
LICENSE
package.json update branch and fix merge conflicts 2017-06-15 23:25:19 +03:00
README.md
yarn.lock Update vue. 2017-06-13 15:01:32 +02:00

pleroma_fe

A Qvitter-style frontend for certain GS servers.

screenshot

FOR ADMINS

You don't need to build Pleroma yourself. Check out https://gitgud.io/lambadalambda/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

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.