Source for wevm.dev.
Site config (curated lists, sponsors, team) lives in
wevm.config.ts.
- Drop the brand's wordmark SVG at
public/logos/raw/<github-login>.svg(lowercase, matches the GitHub org/user login exactly). - Optional: tune the optical scale via
logoOverridesif the wordmark reads visually too heavy or too light at the default 1×. - Run
pnpm gen:logosto regeneratepublic/logos/mono/and commit both the source and the generated output.
pnpm install # install dependencies
pnpm gen # seed local KV + regenerate logos
pnpm dev # run dev serverpnpm dev # run dev server
pnpm build # run production build
pnpm preview # preview the production build
pnpm deploy # deploy
pnpm gen # seed local kv and gen logos
pnpm gen:data # seed local (or WRANGLER_REMOTE=true) KV with stars/downloads/sponsors
pnpm gen:logos # generate public/logos/mono/ from public/logos/
pnpm gen:types # genereate worker-configuration.d.ts
pnpm check # check code
pnpm check:types # check types