Summary visualizations and updates for maze contest
# Worker
cd worker
wrangler dev
# Web
cd web
yarn start
# Worker
cd worker
wrangler publish
# Web
cd web
yarn build
npx netlify deploy --dir build --prod
scripts
: Backup and data manipulation scriptsweb
: Web frontendworker
: Data jobs + summary and subscription API