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.
- Host: GitHub
- URL: https://github.com/buildkite/kitesocial
- Owner: buildkite
- Created: 2020-03-04T12:22:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T07:18:59.000Z (12 months ago)
- Last Synced: 2024-08-04T08:02:53.797Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 1.82 MB
- Stars: 5
- Watchers: 15
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - kitesocial - A super basic not-Twitter, for interviews. 🔥 🚀 (Happy Exploring 🤘)
README
![]()
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 ChromiumOnce 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
```