Skip to content

maxjacobson/seasoning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tv set logo

CI

Seasoning

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

Setup

  1. Install ruby, node, and postgres
  2. Install pnpm by running corepack enable
  3. Run cp .env.development .env.development.local and fill out .env.development.local
  4. Run pnpm install
  5. Run rails db:setup

Then to start things up, run these two commands in two separate terminal tabs:

  1. rails server
  2. bin/vite dev -- this is technically optional, but it will enable hot module reloading which is nice

And visit http://localhost:3000