```bash cd ~/Downloads/soft-ui-dashboard-pro-tailwind-v1.1.0 rbenv install 3.3.4 rbenv global 3.3.4 rbenv local 3.3.4 ruby --version gem install bundler rm Gemfile.lock gem update --system 3.5.18 bundle install npm install npm run build npm run dev ```