we replaced the entire renderer with brick hill's, so more to do 😭
-
install dockah (docker)
-
install fn
curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh
- run fn server (on a seperate terminal or window idk)
fn start
- create app
fn create app goapp
- deploy app
fn --verbose deploy --app goapp --local
- test
echo -n '{"avatarJSON":"","size":512}' | fn invoke goapp render --content-type application/json
- Re-add UUID lmfao
- Replace baker's rigs with brick hill rigs
- Add t-shirt loading
- Add pre-cached resources (requires custom dockerfile)