issues
search
tsahil01
/
ai-subtitles-generator
A Saas application which generates transcription & subtitles in multiple language.
0
stars
0
forks
source link
Step 1: Set Up Next.js Project
#1
Closed
tsahil01
closed
2 weeks ago
tsahil01
commented
2 weeks ago
Description:
Initialize a Next.js application with the basic setup.
Tasks:
[x] Run
npx create-next-app@latest
and follow the prompts.
[x] Clean up the default files (remove unused components and styles).
[x] Install Tailwind CSS and ShadCN for styling.
[x] Add Tailwind configuration by running
npx tailwindcss init -p
.
[x] Add initial Tailwind classes for styling and verify it's working.
npx create-next-app@latest
and follow the prompts.npx tailwindcss init -p
.