Opensource.builders is a website to find and request open-source alternatives to popular software you already use.
Clone the site.
Use the Gatsby CLI to create a new site, specifying the blog starter.
# clone this repo
git clone https://github.com/junaid33/opensource.builders
Start developing.
Navigate into your new site’s directory and start it up.
cd opensource.builders
yarn install
yarn start
Open the source code and start editing!
Your site is now running at http://localhost:8000
!
To edit website online, check out the CodeSandbox:
https://codesandbox.io/s/github/junaid33/opensource.builders
There are 2 ways to add a new open-source project
https://github.com/junaid33/opensource.builders/blob/master/content/alts/alts.json
You can edit this JSON directly and send a PR if you don't want to run anything locally.