Node + Ruby versions are in .node-version and .ruby-version, respectively.

Setup

bin/setup

Start Rails

bin/vite dev + bin/rails s in two separate windows or run bin/dev in single window and access site at http://127.0.0.1:5100

Run Specs

run with bin/rake