Setup Install dependencies with bundle install and pnpm install Migrate the database rails db:migrate Run the backend with bin/rails s Run the forntend with bin/vite dev Load 50 demo Items pnpm run db:fixtuer:load Linting & Formatting Run bin/check