Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 828 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 828 Bytes

Cinemate - Beta

A video showcase website where you can browse different movies or TV shows and more.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

then, install all the dependencies

npm install
# or
yarn install 

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

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!