Forklore is a data driven Open-Source website consisting of stories of maintainers from all over India.
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 terminal, and run
yarn install
- Start development server by running
yarn run dev
- The website should start running in
http://localhost:3000