Skip to content

ibanzajoe/m3fasdf

Repository files navigation

Honeybadger - A hackathon starter built for simplicity

Creating Honeybadger, an opensource Ruby/Sinatra based CMS that helps you kickstart projects. It provides a boiler-plate code with the goal of being an extremely simple CMS alternative to Wordpress, Drupa, and etc.

I love simplicity because to me less code, less methods, and the less syntaxes the better.

The code is freely available on https://github.com/jaequery/honeybadger for you to check out.

Setup is easy with Docker

  1. Clone the codebase
git clone git@github.com:jaequery/honeybadger.git
  1. Run docker compose
cd honeybadger
docker-compose up

m3fasdf