Skip to content

diffblog/diff.blog

Repository files navigation

diff.blog

diff.blog is an aggregator of developer blogs.

Our mission is to bring visibility to great self hosted developer blogs and fight against centralized blogging platforms like Medium.

Read more at https://diff.blog/FAQ


Dev Environment Setup

1. Install Docker-Compose

Get docker-compose here.

2. Clone the Repository

git clone https://github.com/diffblog/diff.blog

3. Run the Setup Script

cd diff.blog
docker-compose run web ./scripts/setup_docker_dev_env

4. Start the Development Server

docker-compose up

Visit http://localhost:8000/ to access the local server.