Skip to content

AngryOwl64/rawtype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe coded Bullshit

RawType

RawType is a free single-player typing practice Plattform for improving WPM, CPM, accuracy, and consistency.

Website: https://rawtype.net/

SEO Entry Points

Tech Stack

  • React 19
  • TypeScript
  • Vite 8
  • Supabase (Auth + Postgres)
  • Cloudflare Workers + Wrangler (@cloudflare/vite-plugin)
  • ESLint

Local Development

cd frontend
npm install
npm run dev

For Supabase-backed text and account features, copy frontend/.env.example to frontend/.env.local and add the required public Supabase values.