Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 520 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 520 Bytes

This is a Next.js project.

Getting Started

First, install the dependencies and then run the development server. This project utilizes pnpm for dependency management.

npm install
npm run dev
# or
pnpm dev
# or
yarn dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deployed Link

You can check out the deployed link here. Your feedback and contributions are welcome!