update readme
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
316ba7fed9
commit
81e7581ff5
2 changed files with 16 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
This repo hosts a few of my projects related to the Fediverse client `pl-fe`. This includes:
|
||||
|
||||
- [pl-fe](./packages/pl-fe/) — a social networking client app forked from Soapbox
|
||||
- [pl-api](./packages/pl-api) — a library for interacting with Mastodon API-compatible servers, focused on support for projects extending the official Mastodon API. It is used by `pl-fe`.
|
||||
|
||||
More projects to be announced.
|
||||
|
||||
Follow [my Pleroma account](https://pl.fediverse.pl/@mkljczk) to stay up to date on `pl-fe` development.
|
|
@ -15,6 +15,14 @@ There is more to mention. `pl-fe` includes various minor improvements and visual
|
|||
|
||||
Want to test `pl-fe` with **any existing MastoAPI-compatible server?** Try [pl.mkljczk.pl](https://pl.mkljczk.pl) — enter your server's domain name to use `pl-fe` on any server!
|
||||
|
||||
If you want to use `pl-fe` as the default frontend on your server, download the latest build from [pl.mkljczk.pl/pl-fe.zip](http://pl.mkljczk.pl/pl-fe.zip) and install it following the instructions for your backend. For example, on a standard Pleroma installation you can use:
|
||||
|
||||
```sh
|
||||
curl -O http://pl.mkljczk.pl/pl-fe.zip
|
||||
unzip pl-fe.zip -d /opt/pleroma/instance/static/
|
||||
rm pl-fe.zip
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
`pl-fe` is a fork of Soapbox, which was forked from [Gab Social](https://github.com/GabOpenSource/gab-social), which is a fork of [Mastodon](https://github.com/mastodon/mastodon/).
|
||||
|
|
Loading…
Reference in a new issue