install dependencies from the root, with yarn
@repo/shared = components, utils, tailwind config
@repo/web = sveltekit app
yarn run dev
runs everythingyarn run check
typecheckingyarn run test
run unit + e2e testsyarn run jest --watch
watch unit testsyarn run build
š¤·
runs automatically at commit time. to process the whole repo:
yarn run lint
yarn run format
yarn run playwright codegen