Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanbohacek/pinned-posts-organizer

Organize your pinned Mastodon posts with a simple drag and drop interface.
https://github.com/stefanbohacek/pinned-posts-organizer

fediverse mastodon

Last synced: about 1 month ago
JSON representation

Organize your pinned Mastodon posts with a simple drag and drop interface.

Awesome Lists containing this project

README

        

# Pinned post organizer

A screenshot of the app used to reorder pinned posts. Each post has the text redacted with gray and blue rectangles.

Organize your pinned Mastodon posts with a simple drag and drop interface.

## Development

This site is made with [11ty](https://www.11ty.dev/). It also uses the [auth-server](https://github.com/stefanbohacek/auth-server) project to handle authorization.

```sh
npm install
npm run dev
```