Skip to content

WebDevCaptain/zip-linkedin

Repository files navigation

Zip (LinkedIn) – MVP

Scripts

  • dev: Start Vite dev server
  • build: Production build
  • preview: Preview production build
  • test:e2e: Run Playwright tests (install browsers first)

Setup

npm install
npm run dev

Build

npm run build
npm run preview

E2E Tests

npx playwright install
npm run test:e2e

Deploy to Vercel

  1. Push to GitHub/GitLab/Bitbucket
  2. In Vercel, New Project → Import this repo
  3. Framework preset: Vite
  4. Build Command: npm run build
  5. Output Directory: dist
  6. SPA routing enabled via vercel.json rewrites

Notes

  • Playwright tests verify core rules per docs/game-specification.md.
  • Progress and changelog are tracked in project-status/.

About

Linkedin's Zip game clone using Claude Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •