Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stefanbohacek/pinned-posts-organizer
- Owner: stefanbohacek
- License: mit
- Created: 2024-07-09T13:15:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T14:36:21.000Z (4 months ago)
- Last Synced: 2024-09-30T09:21:18.789Z (about 2 months ago)
- Topics: fediverse, mastodon
- Language: SCSS
- Homepage: https://stefanbohacek.com/project/pinned-posts-organizer/
- Size: 904 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pinned post organizer
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
```