espelhamento de https://github.com/kaniini/feather
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
![]() |
4 anos atrás | |
---|---|---|
build | 4 anos atrás | |
config | 4 anos atrás | |
src | 4 anos atrás | |
static | 4 anos atrás | |
.babelrc | 4 anos atrás | |
.editorconfig | 4 anos atrás | |
.eslintignore | 4 anos atrás | |
.eslintrc.js | 4 anos atrás | |
.gitignore | 4 anos atrás | |
.postcssrc.js | 4 anos atrás | |
LICENSE | 4 anos atrás | |
README.md | 4 anos atrás | |
index.html | 4 anos atrás | |
package-lock.json | 4 anos atrás | |
package.json | 4 anos atrás |
README.md
feather
Feather is a Pleroma frontend which resembles Facebook and Diaspora.
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