Forklore is a data-driven open-source website featuring stories from maintainers from all over India.
Planet Forklore is restored at /planet/ as statically generated pages from committed feed snapshots. A weekly workflow refreshes maintainer RSS feeds and commits updated content/planet/*.json data when posts change.
Everyone featured on Forklore was already or will be highlighted via the FOSS United social media handles.
Our primary place for showcasing and connecting maintainers is our Forum: #MeetTheMaintainers
| Mastodon | Bluesky | X/Twitter |
|---|
See something you can fix or make better? In the true spirit of open source, we welcome all contributions from our community.
Looking to get featured? Refer to this document.
- node 20+
- yarn 1.22.22+
To get started with local development, follow these steps:
- Clone this repository
- Open this directory in a terminal, and run
yarn --cwd site install - Start the development server by running
yarn run dev - The website should start running at
http://localhost:3000
- Validate maintainer records with
yarn validate:maintainers - Convert a saved GitHub issue form with
yarn content:from-issue username.md - Generate social preview images with
yarn og
