This is a Next.js project bootstrapped with create-next-app.
You can find the demo video in /assets directory or from the Google Drive link below.
https://drive.google.com/file/d/1O3r2YTP_oAN4Bkm7pHmXkPApMHnZLRzZ/view?usp=sharing
-
Clone the repository
git clone https://github.com/harshithb3304/audiobook-generator.git cd audiobook-generator -
Install dependencies
npm install # or yarn install # or pnpm install # or bun install
-
Start the development server
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 in your browser to see the application
-
Start editing the application by modifying files in the
appdirectory. The page auto-updates as you edit files.