This is a Next.js project bootstrapped with create-next-app
.
This is a landing page for a company that sells digital products. I developed this website using Next JS and Chakra UI
Checkout live-demo
Kindly star and fork the repo to make any contributions
First, install the necessary dependencies:
npm install
# or
yarn install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.