- Setup development environment with mise
- Install dependencies:
bun install
- Create
.env.localfrom.env.local.example - Setup Convex (only required once):
bunx convex dev
- Start dev server:
bun dev
- (Optional) Install railpack
mise use --global github:railwayapp/railpack@latest - (Optional) Test build locally
railpack build .
Web Platform Baseline allows developers to easily tell whether a
feature will work across different browsers. In wonkle, we override
Next.js' default browserslist config in
package.json. This is then picked up by
swc and
eslint-plugin-compat.
At the time of writing (2026-02-07), our config (baseline widely available with downstream)
covers 87.8% of global users.