https://github.com/alexinslc/scheduled_tweets
https://github.com/alexinslc/scheduled_tweets
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexinslc/scheduled_tweets
- Owner: alexinslc
- Created: 2022-04-09T19:19:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T02:00:10.000Z (6 months ago)
- Last Synced: 2025-01-25T05:27:44.330Z (5 months ago)
- Language: Ruby
- Size: 320 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.## Setup
Bundle Install: `bundle`
Rails Sever: `rails s`Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...