Added some more scaffolding to the project to get going; added Foundation css to start with styles

This commit is contained in:
2023-07-03 23:02:25 -04:00
parent b376bf3a79
commit 6f680e72e5
12 changed files with 121 additions and 12 deletions

View File

@ -4,3 +4,8 @@ gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib', '~> 3.0'
gem 'puma', '~> 6.3'
group :development, :test do
gem 'rerun'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
end