An open API service indexing awesome lists of open source software.

https://github.com/openscript-ch/railshoeck-inertia-demo


https://github.com/openscript-ch/railshoeck-inertia-demo

Last synced: 8 months ago
JSON representation

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`