Skip to content

fogo-sh/bogos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bogos

bogos binted 👽

work in progress

Setup (development)

Services

  • Install the dependencies:
  • Create a new kind cluster
    • ctlptl 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

Backend

  • cd ./backend
  • Create testing user
    • go run . create user
  • Start backend
    • go run . run

Frontend

  • cd ./frontend
  • Install deps.
    • npm install
  • Run Remix app in development mode:
    • npm run dev
  • Run Remix app in production mode:
    • npm run start