Skip to content

NguyenAnh28/techmash

Repository files navigation

InternMash

InternMash is a Next.js and Supabase app where visitors choose where they would rather intern. Votes update Elo ratings through an atomic Postgres function, and the leaderboard shows the global internship ranking.

Quick Start

  1. Install dependencies:

    npm install
  2. Copy the environment template:

    cp .env.example .env.local
  3. Fill in Supabase values in .env.local.

  4. Run supabase/schema.sql in the Supabase SQL Editor.

  5. Start the app:

    npm run dev

Checks

npm run lint
npm run typecheck
npm run test
npm run build

Implementation details live in docs/implementation-blueprint.md and setup notes live in docs/setup-runbook.md.

About

facemash but for tech companies

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors