An open API service indexing awesome lists of open source software.

https://github.com/buildkite/kitesocial

A super basic not-Twitter, for interviews. DO NOT FORK: clone to your machine only.
https://github.com/buildkite/kitesocial

Last synced: 6 days ago
JSON representation

A super basic not-Twitter, for interviews. DO NOT FORK: clone to your machine only.

Awesome Lists containing this project

README

        




Kitesocial




It's like Twitter, but for Buildkite.


## Welcome

Welcome to Kitesocial, a Twitter clone!

## Development setup

To run Kitesocial, you will need:

- Ruby 3.4.1
- Rails 8.0.2
- Chrome or Chromium

Once you've cloned the repo, run:

```
bin/setup --skip-server
```

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

## Running the development server

```
bin/dev
```

## Running the test suite

```
bin/test
```

## Running the specs

```
bundle exec rspec
```