WinterSunset95 / next-tube

NextJs clone of svelte-tube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This app is the NextJs version of svelte-tube

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Guidelines for beginners

  1. Use the colors declared in the global.css file.
  2. Do NOT push to main. Push to your own working branch and make a pull request.
git checkout -b yourBranchName
<do your work here>
git commit -m "write a commit message"
git push origin yourBranchName
  1. Whenever the main branch is updated, pull the changes and merge with your local branch.
git pull origin main
  1. We are using the Consumet API by hosting our own instance at https://consumet-api-six-ochre.vercel.app/
  2. Documentation is at https://docs.consumet.org/

About

NextJs clone of svelte-tube


Languages

Language:CSS 59.9%Language:TypeScript 37.6%Language:JavaScript 2.6%