rails new

This commit is contained in:
2022-11-21 12:10:04 +02:00
commit f736604a2b
76 changed files with 1402 additions and 0 deletions

2
Procfile.dev Normal file
View File

@ -0,0 +1,2 @@
web: bin/rails server -p 3000
css: bin/rails tailwindcss:watch