Skip to content

Latest commit

 

History

History

README.md

wonkle.io

Setup

  1. Setup development environment with mise
  2. Install dependencies:
    bun install
  3. Create .env.local from .env.local.example
  4. Setup Convex (only required once):
    bunx convex dev
  5. Start dev server:
    bun dev
  6. (Optional) Install railpack
    mise use --global github:railwayapp/railpack@latest
    
  7. (Optional) Test build locally
    railpack build .
    

Web Platform Baseline

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.