Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 837 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 837 Bytes

Live Demo

https://cineverse-steel.vercel.app/

Tech Stack

Next 13 with /app directory and Server Components.

Tailwind and shadcn-ui for styling and components.

TMDB API for movie data and images.

Development

Clone the repo and install dependencies:

git clone
cd cineverse
yarn

Create a .env.local file in the root directory and add your TMDB API key:

TMDB_API_KEY=your_api_key

Start the development server:

npm run dev
yarn dev
pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

Deployed with Vercel and Vercel CLI.

npx vercel deploy