Minimal Next.js skeleton for the Humor Project.
Getting started
- Install dependencies
npm install- Start development server
npm run dev- Build for production
npm run build
npm run startFiles added
package.json— project metadata and scriptsnext.config.js— Next.js configsrc/app— App Router entry (layout and page)src/app/globals.css— global styles.gitignore
[Nara Lee] HumorProjectW1