Clone the project
https://github.com/rusgar/APP_RunningGo to the project directory
cd mkdir "new"First steps To install Rails, use the command provided by RubyGems gem install:
gem install rails
rails --version Rails new "mkdir" --dInstall dependencies and update
bundle install
bundle updatecreation and migration
rails db:create
rails db:migrateStart the server
bin/dev rails active_storage:install rails g scaffoldClient:
bundle add tailwindcss-rails
rails tailwindcss:installbundle lock --add-platform x64-mingw-ucrt
