Clone the project
https://github.com/rusgar/APP_Running
Go 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" --d
Install dependencies and update
bundle install
bundle update
creation and migration
rails db:create
rails db:migrate
Start the server
bin/dev
rails active_storage:install
rails g scaffold
Client:
bundle add tailwindcss-rails
rails tailwindcss:install
bundle lock --add-platform x64-mingw-ucrt