https://github.com/openscript-ch/railshoeck-inertia-demo
https://github.com/openscript-ch/railshoeck-inertia-demo
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openscript-ch/railshoeck-inertia-demo
- Owner: openscript-ch
- Created: 2025-08-27T07:54:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T13:37:04.000Z (11 months ago)
- Last Synced: 2026-07-17T12:35:45.069Z (10 days ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
1. Install dependencies with `bundle install` and `pnpm install`
1. Migrate the database `rails db:migrate`
1. Run the backend with `bin/rails s`
1. Run the forntend with `bin/vite dev`
1. Load 50 demo Items `pnpm run db:fixtuer:load`
## Linting & Formatting
Run `bin/check`