You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install dependencies
bun i
# "build" the model (actually fetch it from remote location)
bun build:model
# dev server
bun dev
# deployed to vercel as static assets in github workflow