heroweb/templatesrcpoc/README_KRISTOF.md
2024-09-02 08:01:44 +02:00

16 lines
254 B
Markdown

```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
```