Getting Started
Dashboard
Krikkit ships a Laravel backend plus a Vite bundle for the public site, dashboard, auth screens, and the Lab React app.
After install or deploy:
npm install
npm run build
Confirm public/build/manifest.json exists. Without it, pages load without CSS/JS.
composer run dev
Runs Laravel, queue listener, logs, and Vite HMR together.
The Lab IDE lives under resources/js/lab/. Changes there require npm run build (or npm run dev during development) before production reflects updates.
resources/js, resources/css, or vite.config.js