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

@ -1,6 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
ffi (1.15.5)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
@ -10,6 +14,11 @@ GEM
rack (2.2.7)
rack-protection (3.0.6)
rack
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rerun (0.14.0)
listen (~> 3.0)
ruby2_keywords (0.0.5)
sinatra (3.0.6)
mustermann (~> 3.0)
@ -29,6 +38,7 @@ PLATFORMS
DEPENDENCIES
puma (~> 6.3)
rerun
sinatra (~> 3.0)
sinatra-contrib (~> 3.0)