Feather is a Pleroma frontend which resembles Facebook and Diaspora.
curl -XPOST -F client_name=Feather -F redirect_uris=urn:ietf:wg:oauth:2.0:oob -F 'scopes=read write follow' https://your.pleroma.instance/api/v1/apps
Real instructions coming soon
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report