bogos binted 👽
work in progress
- Install the dependencies:
- Create a new
kind
clusterctlptl create cluster kind --registry=ctlptl-registry
- Start up everything
tilt up
- Once started, click the "Upgrade DB" button on the postgresql pod to apply database migrations
cd ./backend
- Create testing user
go run . create user
- Start backend
go run . run
cd ./frontend
- Install deps.
npm install
- Run Remix app in development mode:
npm run dev
- Run Remix app in production mode:
npm run start