Welcome to the tvOS Remake project! This project is built using Next.js and styled with Tailwind CSS.
Experience the tvOS remake in action! Visit our live demo at tvos.ddamoah.com.
First, clone the repository and install the dependencies:
git clone https://github.com/yourusername/tvOS-remake.git
cd tvOS-remake
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result. 🌐
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file. ✨
