diff --git a/README.md b/README.md index 59f8d3a7..221351f7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ https://activeadmin-demo.onrender.com - Clone this repository - Install Ruby 3 with [rbenv](https://github.com/rbenv/rbenv) - Install Node 20 with [nodenv](https://github.com/nodenv/nodenv) +- `corepack enable` - `bundle install` +- `yarn install` - `bin/rails db:seed` - `bin/dev` diff --git a/package.json b/package.json index 6c8b7acd..96f6ebdf 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,6 @@ }, "scripts": { "build:css": "tailwindcss -i ./app/assets/stylesheets/active_admin.css -o ./app/assets/builds/active_admin.css --minify -c tailwind-active_admin.config.js" - } + }, + "packageManager": "yarn@1.22.19" }