Skip to content

fediverse-pl/feather

 
 

Repository files navigation

feather

Feather is a Pleroma frontend which resembles Facebook and Diaspora.

Screenshot

Registering the OAuth App

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

Building

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.1%
  • Vue 38.6%
  • HTML 13.5%
  • CSS 3.8%