Getting Started

This application is built with NextJs 13 and deployed on Vercel, please check the Live Demo;

First, before run the app, you need to install all the dependencies needed by following command

npm install
# or
yarn install
# or
pnpm install

then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Thanks for your time and any suggestions are welcome and appreciated.