Initial commit by discourse_theme CLI

This commit is contained in:
Jordan Vidrine
2025-02-24 08:40:45 -06:00
commit 247c98b0a4
18 changed files with 4344 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
end