Embark on a cinematic journey with our app: your exclusive portal to movie magic, packed with ratings, reviews, and all the film info you crave. Elevate your movie experience today!
git clone https://github.com/VEN-github/sinehan.gitcd sinehanThis contains the environment variables such as API Endpoint, API Key, and API Access Token from Firebase & TMDB.
cp .env.example .env
npm installStart the development server on http://localhost:3000:
npm run devnpm run buildLint with ESLint
npm run lint