Go to file
Mahen 677ac27aed style: restyling login form page 2026-02-17 12:56:35 +07:00
lib first commit 2026-02-04 10:31:43 +07:00
prisma fix: update personalize sentiment stats data 2026-02-15 12:01:57 +07:00
public Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
src style: restyling login form page 2026-02-17 12:56:35 +07:00
.gitignore first commit 2026-02-04 10:31:43 +07:00
README.md Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
components.json first commit 2026-02-04 10:31:43 +07:00
declarations.d.ts style: slicing dashboard UI 2026-02-05 08:32:44 +07:00
eslint.config.mjs Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
next.config.ts feat: adjust product review analysis form & minor styling 2026-02-12 13:32:41 +07:00
package-lock.json style: restyling login form page 2026-02-17 12:56:35 +07:00
package.json style: restyling login form page 2026-02-17 12:56:35 +07:00
postcss.config.mjs Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
prisma.config.ts feat: add model info get data action 2026-02-06 11:26:57 +07:00
tailwind.config.ts fix: reformat eslint issues 2026-02-11 08:46:28 +07:00
tsconfig.json Initial commit from Create Next App 2026-02-02 10:50:51 +07:00

README.md

This is a Next.js project bootstrapped with create-next-app.

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.

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 Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.