README.md

February 10, 2026 ยท View on GitHub


Kitesocial

It's like Twitter, but for Buildkite.

Welcome

Welcome to Kitesocial, a Twitter clone!

Development setup

To run Kitesocial, you will need:

  • Ruby 4.0.1
  • Rails 8.1.2
  • Chrome or Chromium

Once you've cloned the repo, run:

  bin/setup

Then you'll be able to spin up your server and run your specs!

Running the development server

  bin/dev

Running the specs

  bundle exec rspec

Running an individual spec

  bundle exec rspec spec/models/chirp_spec.rb:45

Contents

  1. 1Welcome
  2. 2Development setup
  3. 3Running the development server
  4. 4Running the specs
  5. 5Running an individual spec