https://github.com/openscript-ch/railshoeck-inertia-demo
https://github.com/openscript-ch/railshoeck-inertia-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openscript-ch/railshoeck-inertia-demo
- Owner: openscript-ch
- Created: 2025-08-27T07:54:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T09:31:58.000Z (9 months ago)
- Last Synced: 2025-09-08T11:30:49.755Z (9 months ago)
- Language: JavaScript
- Size: 86.9 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`