Free, open source, Wakatime-compatible coding time tracker
Find a file
Max Wofford 7f8a5fcc23
Merge pull request #6 from hackclub/dependabot/bundler/selenium-webdriver-4.29.0
Bump selenium-webdriver from 4.28.0 to 4.29.0
2025-02-21 20:29:53 -05:00
.github Initial commit 2025-02-16 03:21:30 -05:00
.kamal Initial commit 2025-02-16 03:21:30 -05:00
app Merge pull request #8 from 24c02/add-emojis 2025-02-21 20:28:51 -05:00
bin Initial commit 2025-02-16 03:21:30 -05:00
config Handle brakeman warnings 2025-02-21 20:27:52 -05:00
db Switch to soft deletion on leaderboards 2025-02-21 19:58:45 -05:00
lib/tasks Initial commit 2025-02-16 03:21:30 -05:00
log Initial commit 2025-02-16 03:21:30 -05:00
public Initial commit 2025-02-16 03:21:30 -05:00
script Initial commit 2025-02-16 03:21:30 -05:00
storage Initial commit 2025-02-16 03:21:30 -05:00
test Initial commit 2025-02-16 03:21:30 -05:00
tmp Initial commit 2025-02-16 03:21:30 -05:00
vendor Initial commit 2025-02-16 03:21:30 -05:00
.dockerignore Initial commit 2025-02-16 03:21:30 -05:00
.env.example Add slack status feature 2025-02-21 17:39:41 -05:00
.gitattributes Initial commit 2025-02-16 03:21:30 -05:00
.gitignore Add example .env 2025-02-17 14:23:34 -05:00
.rubocop.yml Initial commit 2025-02-16 03:21:30 -05:00
.ruby-version Initial commit 2025-02-16 03:21:30 -05:00
config.ru Initial commit 2025-02-16 03:21:30 -05:00
Dockerfile Switch to spinning up server directly in the docker file 2025-02-21 17:38:05 -05:00
Gemfile Further config changes to move to good_job 2025-02-21 19:00:07 -05:00
Gemfile.lock Merge pull request #6 from hackclub/dependabot/bundler/selenium-webdriver-4.29.0 2025-02-21 20:29:53 -05:00
Rakefile Initial commit 2025-02-16 03:21:30 -05:00
README.md Initial commit 2025-02-16 03:21:30 -05:00
slack_manifest.yml Add slack manifest 2025-02-21 17:37:45 -05:00

README

This README would normally document whatever steps are necessary to get the application up and running.

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

  • ...