Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 694 Bytes

File metadata and controls

45 lines (35 loc) · 694 Bytes

Youtube to MP3 Converter

Getting Started

First, install the dependencies:

npm install
# or
yarn
# or
pnpm install
# or
bun install

Then, build the project:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.