Your couch away from your couch.
Deploying to: http://seasoning.herokuapp.com/ aka https://www.seasoning.tv
Demo: https://www.youtube.com/watch?v=4aB6LbN2ff8
- Install ruby, node, and postgres
- Install pnpm by running
corepack enable
- Run
cp .env.development .env.development.local
and fill out.env.development.local
- Run
pnpm install
- Run
rails db:setup
Then to start things up, run these two commands in two separate terminal tabs:
rails server
bin/vite dev
-- this is technically optional, but it will enable hot module reloading which is nice
And visit http://localhost:3000