A federated blogging platform built for WeBuild Community. Federated blog is a network of interconnected blogs or websites, which called the Fediverse.
It was built for the Webuild community but please feel free to use it for your own community.
Please make sure you have node
and yarn
(or npm
) installed on your
machine.
To run federated blog locally or on your own server:
git clone https://github.com/webuild-community/federated-blog.git
yarn
to install the dependenciesyarn dev
to start the dev server
on localhost:3000
Don't forget to check out the channels.json
, where RSS feeds storage.
To run in production:
.next
folder:yarn build
yarn start
To run test:
yarn test
Please see our CONTRIBUTING.md.
We have a list of [good first issues] that contain bugs or features which have a relatively limited scope. This is a great place to get started and get familiar with our contribution process.
[good first issues]: https://github.com/webuild-community/federated-blog/labels/good%20first%20issue