Skip to content

Getting Started

mifdlaltsaqibalfarras25 edited this page Jun 11, 2026 · 1 revision

🚀 Getting Started

Prerequisites

  • Node.js 22+
  • Supabase project (free tier)
  • TMDB API key (free)

Quick Start

git clone https://github.com/mifdlaldev/cinestack.git
cd cinestack
npm install
cp .env.example .env.local
# Isi .env.local dengan credentials kamu
npm run dev

Buka http://localhost:3000

Environment Variables

Lihat file .env.example di repo untuk daftar lengkapnya.

Database

Jalankan supabase/schema.sql di Supabase SQL Editor.

Scripts

Command Description
npm run dev Development server
npm run build Production build
npm run test Run tests (Vitest)
npm run lint ESLint check
npm run type-check TypeScript check

Clone this wiki locally