gleam deps download
pnpm installpnpm tsc --noEmit
pnpm parcel buildwatch client --debounce=1sec {try { mask build:client}}gleam runwatch src --debounce=10sec {try { mask build:gleam; mask build:client }}Runs the JS and Gleam commands needed to build the website
mask build:gleam
mask build:clientFormats all files
pnpm prettier client --write
gleam formatgleam build
gleam testpnpm tsc --noEmitpnpm serve outmask build
pnpm concurrently "mask watch:gleam" "mask watch:client" "mask serve"